answered 11 years ago
Here's what I usually do:
import sys sys.path.append('/path/to/my/local/python/files') # move your python files here import mypythonfile