I am getting a bizarre error message when starting up sublime text 3.
upon startup, I get the error below.
Here\'s some background on my system:
<
I think, that this problem may arise by another reasons, than described in my answer. And you will need in another solutions.
But my solution works for me personally.
Don't set "jsonserver_debug": true
in settings, if you don't run jsonserver.py
manually.
If "jsonserver_debug": true
, you need python -B anaconda_server/jsonserver.py -p test 9999 DEBUG
in Anaconda
folder, that Anaconda works correct.
If "jsonserver_debug": true
:
If I open .py
file:
Anaconda doesn't work (not autoformat file in example).
If "jsonserver_debug": false
:
Anaconda successful autoformat example file.
My environment in time, when I wrote this answer: