James Henstridge <[EMAIL PROTECTED]> writes: > James Henstridge wrote: > > > Berthold H�llmann wrote: > > > >> James Henstridge <[EMAIL PROTECTED]> writes: > >> > >>> New releases of pygtk and gnome-python on the stable branch are now > >>> available: > >>> > >> > >> Hello, > >> > >> I have problems with the new stable gnome-python. I'm running Python > >> 2.2 final and get segmentation faults with most of the examlples: > >> > > Thanks for the bug report. Would you be able to submit this as a > > bug report at http://bugzilla.gnome.org/ (in case it is non trivial > > to fix). This will ensure that you get notification of any followups > > by me or anyone else. > > > > I will take a look at the problem (personally, I have only been > > testing the devel branch of pygtk with 2.2). > > Just tried it out on my system with Python 2.2 (final), and it didn't > have any problems. Are you sure pygtk was compiled with the correct > headers? (2.2 as opposed to some other version). I tried out the > testgtk.py program without problems, as you did. Is there any more > information you can give to help diagnose the problem?
Yes, I'm shure compilation uses the 2.2 headers: source='gtkmodule.c' object='gtkmodule.lo' libtool=yes \ depfile='.deps/gtkmodule.Plo' tmpdepfile='.deps/gtkmodule.TPlo' \ depmode=gcc3 /bin/sh ./../depcomp \ /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include/python2.2 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -I/opt/gnome/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I/opt/gnome/include -I/usr/X11R6/include -I/opt/gnome/include/gnome-xml -I/opt/gnome/include -I/opt/gnome/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I/opt/gnome/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -g -O2 -c -o gtkmodule.lo `test -f gtkmodule.c || echo './'`gtkmodule.c I posted a bug with my configure settings to http://bugzilla.gnome.org I hope it will help? Greetings Berthold -- [EMAIL PROTECTED] / http://starship.python.net/crew/bhoel/ It is unlawful to use this email address for unsolicited ads (USC Title 47 Sec.227). I will assess a US$500 charge for reviewing and deleting each unsolicited ad. _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk
