Quentin Gallet-Gilles added the comment: I'm able to reproduce it on 2.4, 2.5 and it's most likely still here in the trunk. Is it still considered a bug ?
>>> import sys >>> import os >>> for file in sys.path: ... print "%s - %s" % (file, os.path.exists(file)) ... : False C:\WINNT\system32\python25.zip : False C:\PYTHON25 : True C:\Python25\DLLs : True C:\Python25\lib : True C:\Python25\lib\plat-win : False C:\Python25\lib\lib-tk : True C:\Python25\lib\site-packages : True ---------- nosy: +quentin.gallet-gilles versions: +Python 2.4, Python 2.5 ____________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue798876> ____________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com