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
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to