[python-win32] MSI installer or zip file for pywin32?

Mark Hammond mhammond at skippinet.com.au
Tue Apr 6 08:31:02 CEST 2010


On 6/04/2010 4:28 PM, Bill Janssen wrote:
> Mark, my system is a dozen or so Python programs plus a few Windows
> services implemented in Python.  If I set those up to hack the "Path"
> environment variable appropriately before importing stuff, could I put
> the three DLLs somewhere else instead of C:\WINDOWS\System32\?

That might work - although the service could be problematic; this is 
started by windows itself, so you don't really get the opportunity to 
modify the environment before it starts.

py2exe would be another option - this has full support for services.

HTH,

Mark


More information about the python-win32 mailing list