Bug 375436

Summary: Unable to use python input('text:') inside kdevelop (windows)
Product: [Applications] kdevelop Reporter: Jaime Torres <jtamate>
Component: Output ViewsAssignee: kdevelop-bugs-null
Status: RESOLVED NOT A BUG    
Severity: major CC: mail
Priority: NOR    
Version First Reported In: 5.0.3   
Target Milestone: ---   
Platform: Microsoft Windows   
OS: Microsoft Windows   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Jaime Torres 2017-01-23 08:47:35 UTC
When you run a simple python script that uses a=input('text: ') inside kdevelop for windows (not tested in Linux), no 'text: ' output is shown in the run panel, and there is no way to fill the input using the keyboard.
Comment 1 Sven Brauch 2017-01-23 18:25:27 UTC
KDevelop's output view does not support input, that's the case on all operating systems.

Regarding displaying the message, you probably have to call sys.stdout.flush() to get it to display.
Comment 2 Justin Zobel 2022-10-30 00:37:18 UTC
Thank you for reporting this bug in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when replying. Thank you!
Comment 3 Jaime Torres 2022-10-30 09:12:27 UTC
The output view is only output.