Hi everyone,
I’ve installed build 3065 of ST 3.
Im using Python 3.4.1 intepreter in my SublimeREPL, however something going wrong when im trying
to execute following commands:
(…)
import matplotlib.pyplot as pyplot OK
pyplot.scatter(x,y) OK
pyplot.grid()
After last command, repl not react for enter, it just not showing anything, not executing code. It stop interpretting any python commands
I’ve tried same at windows cmd.exe, and python shell, and its working.
I’ve tried search some solution, and find out that it maybe some proble with GUI python inside ST?
Thanks for any help