John Pye wrote: > However, clearly the installer could do a better job. When I look at the > Python directory on my system, c:\Python25, I can see that Python has > installed this DLL at c:\Python25\msvcr71.dll. > > ... > > Is there any chance that the Windows installers for PyGTK etc could be > fixed for this case? > > Would be nice if the binary PyGTK packages for windows included msvcr71.dll if they depend on it. Many apps include this DLL.
John until that happens could you either: 1) have your custom installer stick msvcr71.dll in system32 if it doesn't exist. Or 2) add the python directory to the system path before installing PyGTK? -Brad _______________________________________________ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/