SublimeREPL on Sublime Text 3 not importing Python 2.7 modules -


i have been trying configure sublimetext 3 run sublimerepl, setting runs idle, or pycharm ide, but, after trying different options checked in so, keeps returning:

>>> import pandas  traceback (most recent call last):   file "<console>", line 1, in <module> importerror: no module named pandas  >>> import os >>> os.environ['pythonpath'] traceback (most recent call last):   file "<console>", line 1, in <module>   file "/system/library/frameworks/python.framework/versions/2.7/lib/python2.7/userdict.py", line 23, in __getitem__     raise keyerror(key) keyerror: 'pythonpath' 

i have tried editing sublimerepl.sublime-settings file default extend path file can see @ faq site of sublimerepl, still not work.

does know how solved?

i don't know if problem you, getting exact same error , learned opening sublime text command line (e.g. 'subl .' open directory, once have shortcut set up) 1 path- , if open sublime text spotlight search path. try opening sublime text command line once you've confirmed can import pandas in interactive command line session , work.


Comments

Popular posts from this blog

java - Andrioid studio start fail: Fatal error initializing 'null' -

android - Gradle sync Error:Configuration with name 'default' not found -

StringGrid issue in Delphi XE8 firemonkey mobile app -