You are not logged in.
hi,
hours ago, i run pacman -Syu. now, after i restarted the system, there are some problems
>command "gtkpacman" gives
File "/usr/bin/gtkpacman", line 80
print "Pacman version : %s" %database.ver
^
SyntaxError: invalid syntax
> command "zim" gives
File "/usr/bin/zim", line 46
except zim.GetoptError, err:
^
SyntaxError: invalid syntax
it seems those errors "come from" Python. what should i do?
thanks
Last edited by yjcong (2010-10-19 08:59:19)
Offline
> pacman -Si zim
Repository : community
Name : zim
Version : 0.48-3That version works,
Offline
thanks
but
>pacman -Ss zim
community/zim 0.48-2 [installed]
i think this means i have to wait for the new version in the mirror (germany)
Offline
The mirror should sync rather quickly so hopefully the wait will not be too long.
Offline
you are right. i got the new version. i can take my notes now. thanks once again
Offline
I'm having issues with gtkpacman as well. I believe it's due to the Python 3 update.
There is no system but GNU and Linux is one of its kernels.
Offline
In the meantime you could launch it using python2 instead of python. Edit the path after the shebang.
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
In the meantime you could launch it using python2 instead of python. Edit the path after the shebang.
I tried that, but it still won't launch.
File "/usr/bin/gtkpacman", line 62, in <module>
from gtkPacman import gui, database
ImportError: No module named gtkPacman
There is no system but GNU and Linux is one of its kernels.
Offline