Search Results

3
votes

Importing in Python

Append the location to the module to sys.path. Edit: (to counter the post below ;-) ) os.path does something completely different. You need to use sys.path …