On Thu, Jan 6, 2011 at 6:04 PM, Hart's Antler <[email protected]> wrote: > > Its more than just a test case for RPythonic. Â PyGTK is compiled, so it > becomes an issue when used from Python embedded inside Blender, also Blender > is using Python3 and i'm not sure what the status is of PyGTK with Python3, > is it already working?
My understanding is that PyGObject bindings (created via introspection) are targeted for Python 3.x and are working well. PyGTK is basically in maintenance mode for the 2.x series and will not be updated for GTK 3. I however do not know what the status is with regards to GTK 2.x/Python 2.x. http://live.gnome.org/PyGObject _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
