On Mon, Mar 14, 2011 at 5:17 PM, John Lumby <johnlu...@hotmail.com> 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   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to