I've built pygtk-2.4.1 against python-2.3.5/gcc-3.4.3/gtk+-2.6.2. I'm getting some warnings when importing the gtk module: Python 2.3.5 (#1, Feb 9 2005, 12:04:57) [GCC 3.4.3 (TWW)] on hp-ux11 Type "help", "copyright", "credits" or "license" for more information. >>> import pygtk >>> import gtk
(process:9274): GLib-GObject-CRITICAL **: gtype.c:2254: initialization assertion failed, use g_type_init() prior to this function (process:9274): GLib-GObject-CRITICAL **: gtype.c:2254: initialization assertion failed, use g_type_init() prior to this function (process:9274): GLib-GObject-CRITICAL **: gtype.c:2254: initialization assertion failed, use g_type_init() prior to this function (process:9274): GLib-GObject-CRITICAL **: file gtype.c: line 2320: assertion `G_TYPE_IS_INSTANTIATABLE (instance_type)' failed ... I can run most of the demos in pygtk-demo.py successfully though some like "Menu" cause a SEGV. I'm not seeing the above error on Solaris, IRIX, Tru64 UNIX, nor RHEL. -- albert chin ([EMAIL PROTECTED]) _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
