You are not logged in.
Pages: 1
Tryimg to run Gtkpacman gives this error...
print "Pacman version : %s" %database.ver
^
SyntaxError: invalid syntax
Sorry I didn't get the above in as code when posting.
Can someone tell me what is wrong with the syntax?
Last edited by addr (2010-11-02 22:48:36)
x86_64 Arch Openbox, Debian PEKwm
Offline
Try explaining your problem in detail... or even better, search the forums for many duplicate threads with solutions
Offline
I have no idea how this relates to gtkpacman...
If it's Python you need, then why not simply do:
print "Pacman version : " + database.ver?
EDIT: Oh, I see what you are trying to say. Is this possibly a known bug?
Last edited by cesura (2010-11-03 03:33:57)
Offline
Read the AUR comments for gtkpacman, and also the Arch news.
Offline
See here. Thanks.
Offline
Pages: 1