Some more progress on the 2.2 type port: I have made some of the changes to the code generator to get it to produce code not using ExtensionClass. It should now be possible to completely build pygtk on python22-branch. I have gone back to the previous hack used to give the 1-1 PyObject <-> GObject relationship. The GObject wrappers now participate in cyclic GC (currently just traverses the instance dict), and you can create weak references to the wrappers. There is still a few issues with getting attributes which need to be fixed. After that is fixed, the python 2.2 version of pygtk should be usable. James. -- Email: [EMAIL PROTECTED] WWW: http://www.daa.com.au/~james/ _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk
