You can add to the system-path at runtime:
import sys sys.path.insert(0, 'path/to/your/py_file') import py_file
This is by far the easiest way to do it.
1.4m articles
1.4m replys
5 comments
57.0k users