Tagged Questions
2
votes
2answers
83 views
updating python-elementtree to overcome xpath selector issue
I'm getting an error when searching for the attribute of a node in my xml using ElementTree.
expected path separator ([)
The source code is:
home_team_node = game_node.find( ...
0
votes
1answer
74 views
apt-cache showing 2 records for the same package?
I upgraded Parallels Plesk 10 yesterday using apt-get or aptitude. Now when I run apt-cache, there seems to be the same package (psa) installed twice with different versions! How is that possible and ...