On Mon, Mar 14, 2011 at 5:17 PM, John Lumby <[email protected]> wrote: > Are you using your own modified configure script / Makefile?
No, I use jhbuild. >From what I understand, pygobject can only provide GTK3 and pygtk can only provide GTK2. So if your code includes 'import pygtk' then that is by definition gtk2 you are using, and if instead you have 'from gi.repository import Gtk' then that can only be Gtk3. Check the source to my app, it's gtk3 and uses some of the new gtk3 widgets (such as ComboBoxText for example): https://github.com/robru/gottengeography -- http://exolucere.ca _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
