Here are my settings. For many different modules Python tells me that the module can’t be found, even though it works perfectly well in IDLE!
{
“path”: “/Library/Frameworks/Python.framework/Versions/3.5/bin/$PATH”,
“sys.path.append”: “$PATH:/Library/Frameworks/Python.framework/Versions/3.5/lib”,
“sys.path.append”: “$PATH:/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages”,
“cmd”: [“python”, “-u”, “$file”],
“file_regex”: “^[ ]File "(…?)”, line ([0-9]*)",
“selector”: “source.python”,
“word_wrap”: true,
“env”: {
“PYTHONPATH”: “/Library/Frameworks/Python.framework/Versions/3.5/bin” }
}