I’m VERY new to python and sublime. I’m currently watching training videos and following along. I ran into a number of issues with sublime but can’t get pass this one. I’m getting the error when trying to import a module into the interpreter i created during training. The wiper.py file is located in Users/marcus/Documents/Scripts/. I’ve printed the current path below. Can someone help me?
[code]>>> import wiper
Traceback (most recent call last):
File “”, line 1, in
ImportError: No module named wiper
print (‘PATH = ’ + os.environ’PATH’])
PATH = /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin:/Users/marcus/Documents/Scripts//.rvm/bin:[/code]