I recently installed SublimeREPL
from PackageControl
and changed the path to python IDE
to its location in Main.sublime-menu
file and also created a new build file as shown in this answer [https://stackoverflow.com/a/23722631/7773783]. But when I create a .py
file and run it like this: Tools --> SublimeREPL --> Python --> Python-RUN current file
, I am getting the following error:
How can I rectify this problem?