Sublime Text Python Guide (macOS)
Dan Bader RP Team on March 20, 2020
My bad, I just fixed the download link. Thanks for the heads up Clint!
Kiko Soler on June 23, 2020
Hi Dan, great resource you put together. The only issue I am having is that it takes quite a bit when I Cmnd+B a simple print statement (4.3 secs). I also get this annoying popup from time to time: “”” <Anaconda.anaconda_lib.workers.local_worker.LocalWorker object at 0x7fc6c0fb0fd0> initial check failed because:
can not connect to localhost in port 60456. tried to connect 21 times during 2.0 seconds
check that there is Python process executing the anaconda jsonserver.py script running in your system. If there is, check that you can connect to your localhost writing the following script in your Sublime Text 3 console:
import socket; socket.socket(socket.AF_INET, socket.SOCK_STREAM).connect(“(“localhost”, 60456)”)
If anaconda works just fine after you received this error and the command above worked you can make anaconda to do not show you this error anymore setting the ‘swallow_startup_errors’ to ‘true’ in your configuration file. “”” I am sure I messed up something along the way. PLEASE HELP!
You must own this product to join the conversation.
Clint Butler on March 20, 2020
This says its a guide for macOS in the menu, however, the download is for Windows only.