PYTHONPATH unnecessary with PythonWin?

Jeff Epler jepler at unpythonic.net
Wed Dec 31 15:38:53 EST 2003


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





More information about the Python-list mailing list