Python 2.2 and PYTHONPATH
Uwe Becher
ubecher at gmx.net
Thu Nov 14 13:55:57 EST 2002
More information about the Python-list mailing list
Thu Nov 14 13:55:57 EST 2002
- Previous message (by thread): Unit testing - Using Java Mock Objects in Python?
- Next message (by thread): PEP #99484663
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi I recently installed Python 2.2 (Activestate) on a Windows box and noticed an odd behavior: If the PYTHONPATH variable contains a windows UNC path, it does not appear in sys.path. A local path is shown in sys.path, even if it is defined together with an UNC path. I cross checked it on NT4 and Win2000: same behavior. Under Python 2.1 the UNC path appears in sys.path on both systems. Does anyone know something about that case? Thanks in advance Uwe
- Previous message (by thread): Unit testing - Using Java Mock Objects in Python?
- Next message (by thread): PEP #99484663
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list