i am getting, ImportError: No module named “” with non built in modules
How to import modules from \Python27\Lib\site-packages
FichteFoll
#2
import sys
sys.path.append(R"Python27\Lib\site-packages")
You should note that ST2 is using 2.6 and ST3 is using 3.3.
0 Likes