import sys # add directory to import path sys.path.insert(0, "/absolute/path/to/directory") # import from python ...
確定! 回上一頁