John Ehresman wrote: >> I've been using the latest pygtk 2.4 from the win32 distro site - I've >> been testing Python 2.4, which is when the crashes started. pyGTK is >> the only binary module we import, so I'm assuming it's pyGTK, although >> I don't have proof, and a stack trace didn't seem very interesting.
Dave, I guess we need a precise testcase to further investigate the problem. Could you open a bugzilla entry (with win32 as specific platform) with a simple pygtk script that crashes the pygtk interpreter on your win32 machine ? Also, please specify the versions (+ origin) of python, pygtk and gtk+ you're using. > * python 2.4 uses the msvc 7.1 C runtime dll and gtk uses the msvc 6 > runtime dll, which may cause problems. Right, there was recent thread on gtk-devel discussing this issue. http://mail.gnome.org/archives/gtk-devel-list/2005-February/msg00078.html Cedric _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
