Sublime Forum

The SublimeREPL does NOT work?

#1

Hi guys, I’ve just installed the plugin SublimeREPL and tried to test it using input().

But after I input something and enter, it does not return the “5” back. Where did I wrong?

0 Likes

#2

You have to choose Python from the list and then “Python - Run current file”.

0 Likes

#3

I’m sure I did this. I wonder that if the REPL doesn’t sense that I’ve finished my input when I pressed Enter ?

0 Likes

#4

Works for me. From your screenshot, it looks like you have other packages interfering. Try removing some other packages. I had this problem, and when I removed the package, Sublime REPL worked properly.
If that doesn’t work, then you will have to use IDLE for programs that require input. Pressing Enter is not the problem, Sublime REPL will sense it.

0 Likes

#5

I am not able to find sublimeREPL in package control .

pls help me how can i install I tried the repistory also this said “SublimeREpl” is not available

0 Likes

#6

Perhaps it is already installed. Find the menu item for Sublime REPL in the Tools menu. Also try List Packages in Package Control. Finally, check “Ignored Packages” in your User Settings.

0 Likes