Hello there
Cant build an app with cmd+b (using macOS if it’s relevant). The app builds just fine using terminal. I can also build any code, that doesnt require imports. Sublime log is following:
Traceback (most recent call last):
File “/Users/egortsvetkov/Documents/cmc/diploma/code/main.py”, line 1, in
import tkinter as tk
ImportError: No module named tkinter
[Finished in 0.4s with exit code 1]
[shell_cmd: python -u “/Users/egortsvetkov/Documents/cmc/diploma/code/main.py”]
[dir: /Users/egortsvetkov/Documents/cmc/diploma/code]
[path: /anaconda3/bin:/anaconda3/condabin:/Library/Frameworks/Python.framework/Versions/3.7/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin:/opt/X11/bin]
It could be some sublime variable, but I can’t figure out which one. Open for any ideas/suggestions (except for quitting coding, need to get my bach degree). Thanks!
upd: didnt like the way traceback looked, here is a screen

