PYTHONPATH unnecessary with PythonWin?
Jeff Epler
jepler at unpythonic.net
Wed Dec 31 15:38:53 EST 2003
More information about the Python-list mailing list
Wed Dec 31 15:38:53 EST 2003
- Previous message (by thread): PYTHONPATH unnecessary with PythonWin?
- Next message (by thread): PYTHONPATH unnecessary with PythonWin?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Python searches some directories by default. The documentation probably describes this in more detail. Using PYTHONPATH, you can add to that list. For instance, it's often useful (particularly on Unix) to have a personal directory listed in PYTHONPATH (like ~/lib/python) for your own modules. Jeff
- Previous message (by thread): PYTHONPATH unnecessary with PythonWin?
- Next message (by thread): PYTHONPATH unnecessary with PythonWin?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list