Is there a way to import a Python library at a certain path? For example,
import os, sys, etc
import "/path/to/lib.py"
I'd like to include a library with a python file, and other than making them install the library, this is the best way I can think of.