8000 Running Python Script input() method · Issue #311 · pyscripter/pyscripter · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Running Python Script input() method #311

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
GoogleCodeExporter opened this issue Aug 24, 2015 · 23 comments
Closed

Running Python Script input() method #311

GoogleCodeExporter opened this issue Aug 24, 2015 · 23 comments

Comments

@GoogleCodeExporter
Copy link
When you run a python script, any input(string) statements are executed with 
a dialog input box, which makes all the new lines and things messed up. I 
think it would be better to leave it normal, because I always have to use 
command prompt to test it now if I want to see what it should be displaying.

Original issue reported on code.google.com by mk12...@gmail.com on 18 Jun 2009 at 10:40

@ghost
Copy link
ghost commented Feb 26, 2019

How is this still an issue almost 10 years after first being brought up? Have I missed something are they really not going to acknowledge their fourth most discussed issue at the time of me writing this? This looks like a really nice IDE but I can't use it until an option for a more traditional input prompt is added.

@pyscripter
Copy link
Owner

Sorry for taking so long to address this.

In the forthcoming 3.6.1 the input method in PyScripter produces the exact same output as in the standard Python interpreter in a way that allows redirection of output as well. I think this was the main concern in this issue. You still get the dialog box for input though. It would be hard to have the modal behaviour of a console application (you cannot move around, you cannot do other stuff) in a GUI-based interpreter without this modal dialog box.

pyscripter added a commit that referenced this issue Jul 18, 2019
@roar180
Copy link
roar180 commented Sep 24, 2019

A modal dialog prevents the user to set breakpoints, stop the debugger, and a lot of other annoying behaviours alike!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants
0