Bug 375436 - Unable to use python input('text:') inside kdevelop (windows)
Summary: Unable to use python input('text:') inside kdevelop (windows)
Status: RESOLVED NOT A BUG
Alias: None
Product: kdevelop
Classification: Applications
Component: Output Views (other bugs)
Version First Reported In: 5.0.3
Platform: Microsoft Windows Microsoft Windows
: NOR major
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-23 08:47 UTC by Jaime Torres
Modified: 2022-10-30 09:12 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.