First time here? Check out the FAQ!
answered 2013-05-08 04:03:57 +0100
Here's what I usually do:
import sys sys.path.append('/path/to/my/local/python/files') # move your python files here import mypythonfile