PDA

View Full Version : [ubuntu] pygtk install issues



Lostin60's
February 8th, 2010, 02:17 AM
While installing pygtk I got this message...

configure: error: conditional "HAVE_GTK_2_16" was never defined.
Usually this means the macro was only invoked conditionally.

I'm at a loss. First I don't what macro the message refers to. Second, pretty much everything is invoked conditionally..if A then B else C. Any and all help will be appreciated.

aa

Lostin60's
February 8th, 2010, 03:58 AM
While installing pygtk I got this message...

configure: error: conditional "HAVE_GTK_2_16" was never defined.
Usually this means the macro was only invoked conditionally.

I'm at a loss. First I don't what macro the message refers to. Second, pretty much everything is invoked conditionally..if A then B else C. Any and all help will be appreciated.

aa

Sorry, I figured it out.

hoanglong1712
February 8th, 2010, 03:44 PM
I also have the same problem,
could you tell me how to solve it, thank

rdnrvn
June 29th, 2010, 10:23 PM
I have the same problem. Any solution?

svr84
August 15th, 2010, 05:51 AM
Python 3.1 is RC. You will have to google to look for builds. I don't see any for x86_64, and the googling reveals what works with 2.5 might not work with 3.1.2. IIWY, goto ubuntuforums.org and search and/or ask questions. You may have to build from source for all I know. It has been a while since I was pythonic.