PYTHONPATH

Alex new_name at mit.edu
Thu Jul 26 13:05:16 EDT 2001


Use this, inside python:

import sys
p = '/path'
if p not in sys.path: sys.path.append(p)

HTH
Alex.



More information about the Python-list mailing list