| Summary: | Unable to use python input('text:') inside kdevelop (windows) | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Jaime Torres <jtamate> |
| Component: | Output Views | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | major | CC: | |
| 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: | |||
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. 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! The output view is only output. |
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.