Hidura wrote: > Good Morning List, I need to install PyGTK-2.16 in Ubuntu but threres a > problem in the compile area what says "configure: error: conditional > "HAVE_GTK_2_16" was never defined. > Usually this means the macro was only invoked conditionally. > ", what i could make with this I really need install this version, > because i want to make an entry with a icon in the left and use the hsv > property of the GDK.Color() and with the 2.14 this is imposible
It seems that you have missing dependencies. Do, 'apt-get build-dep python-gtk2' which will download and install all required dependencies. -- Best regards, Miroslav _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
