Sublime Forum

Python input

#1

I have the 3154 Build and I’m having problems with the input python function. basically when I use it I enter the input and it does not output anything. It just leaves me waiting.

0 Likes

#2

Sublime Text does not support inputting data into a program. You can up vote this feature request on:

Currently you can try to install the package https://packagecontrol.io/packages/SublimeREPL and use it to run you program from a Sublime Text view.

You you can try out the VSCode editor: https://github.com/Microsoft/vscode, which is pretty similar with Sublime Text.

0 Likes

Python 3: input() doesn't work
#3

Thanks for the info, but I don’t use windows, I use ubuntu!

0 Likes

#4

VSCode is available for both Windows, Linux and OS, not Windows only:

But for linux you can also try to install the package TerminalView instead of SublimeREPL on Sublime Text:

0 Likes

#5

Really appreciate the info. I’m on it!

0 Likes