Bugs item #1064265, was opened at 2004-11-11 15:30
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1064265&group_id=78018
Category: win32
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Tony Meyer (anadelonbrin)
Assigned to: Nobody/Anonymous (nobody)
Summary: Having system32 in sys.path causes problems for services
Initial Comment:
If system32 is on sys.path and a script is run as a
Windows service, then it may die when it finds a
zlib.dll in system32 before it tries to find one in
PythonXX\DLLs.
In Mark's own words:
"I think that for a service (or for any Python program
for that matter), we don't want system32 on sys.path"
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1064265&group_id=78018
|