atom-community / atom-script

:runner: Run ( scripts | selections | source ) in Atom
https://atom.io/packages/script
MIT License
733 stars 269 forks source link

Does not run python files with input. #1253

Open KlusterMonkey opened 7 years ago

KlusterMonkey commented 7 years ago

Hello! So far I've been loving your plugin, however I find that when a python file requires input (eg input('example: ') the script will not run. This script is in the same folder as my other scripts which work well, and the input is the only major difference I can find with this script.

RedSoxFan04 commented 7 years ago

I’m in a semi-similar situation. I’m trying to run Java code which requires user input, but the script plugin doesn’t allow any input. It allows the code to run, but as soon as it needs user input, I’m stuck - because the script plugin does not allow user input.

cj81499 commented 7 years ago

I have the same problem as @KlusterMonkey. It's a pain to have to open terminal to get input working. VSCode's Python extension handles running files better imo, since it connects to whatever terminal you use (ex: I use zsh, and the terminal in VSCode has all my zsh settings applied.)

Meekdai commented 7 years ago

I think so Allow user input is very important

tweakimp commented 6 years ago

Will this issue ever be addressed?