0
I’m using Sublime to write some codes in Python and Sublime REPL to "run" the codes. Anyway, I installed by package control, until then nothing strange, but when I put to run by REPL it gives "file not found error". How I make it spin?
0
I’m using Sublime to write some codes in Python and Sublime REPL to "run" the codes. Anyway, I installed by package control, until then nothing strange, but when I put to run by REPL it gives "file not found error". How I make it spin?
-1
I think the problem is to point out where python is installed.
Check that the python installation folder is specified in the system variables. See attached image - click here. Do some simple operation through the terminal to make sure it is possible to use python from the terminal.
Being all right through the terminal, open the Sublime. With me I do so:
That way, my file is on the left side and the interpreter on the right side.
That way, everything that is typed in my saved file is transferred to the interpreter.
André, even if your tips solve the question problem, it would be interesting to add to the answer the reason that leads to the mentioned errors, and why your solution works.
Browser other questions tagged python sublimerepl sublime-text
You are not signed in. Login or sign up in order to post.
Is this problem on Sublimerepl or your code? i.e. if you try to run a "hello world" or something equally simple, it still gives that same error?
– mgibsonbr
Yes, they are simple codes because they are ILP exercises.
– ClaraBatt