You are not logged in.

#1 2010-11-02 22:43:23

addr
Member
From: Manitoba
Registered: 2008-12-04
Posts: 73

Syntax

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

#2 2010-11-02 22:46:57

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,672
Website

Re: Syntax

Try explaining your problem in detail...   or even better, search the forums for many duplicate threads with solutions

Offline

#3 2010-11-03 03:32:52

cesura
Package Maintainer (PM)
From: Tallinn, Estonia
Registered: 2010-01-23
Posts: 1,867

Re: Syntax

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

#4 2010-11-03 07:07:35

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Syntax

Read the AUR comments for gtkpacman, and also the Arch news.

Offline

#5 2010-11-03 23:12:30

dedanna1029
Member
From: Cheyenne, WY, US
Registered: 2010-10-01
Posts: 98

Re: Syntax

See here. Thanks.

Offline

Board footer

Powered by FluxBB