Cedric Gustin wrote:
2. the pygoject and pygtk installers rely on msvcr71.dll because distutils uses wininst-7.1.exe (in Python25/Lib/distutils/command) by default to build these installers. I could try to repackage pygobject and pygtk with wininst-6.exe though.
This bears investigation. Is there a bug open against distutils' wininst7.1.exe for this?
3. python requires msvcr71.dll while GTK+ is built on win32 against good old msvcrt.dll. As mixing runtime environments is supposed to be a bad idea, I decided to use the default distutils linking options (msvcr71.dll). Feel free to report any problems related to runtime mixing though.
This is probably the right thing to do. Note that there's at least one bug open against gtk to better handle runtime mixing -- which is probably a fact of life and not something that can be avoided.
Cheers, John _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
