Bug 430191 - Input function not working in Kdev Python
Summary: Input function not working in Kdev Python
Status: RESOLVED NOT A BUG
Alias: None
Product: kdev-python
Classification: Developer tools
Component: Language support (show other bugs)
Version: 5.6.0
Platform: RedHat Enterprise Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Sven Brauch
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-09 17:57 UTC by abin
Modified: 2020-12-09 18:02 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description abin 2020-12-09 17:57:36 UTC
SUMMARY
'Input' function is not working in Kdevolep Python


STEPS TO REPRODUCE
1. Create a Python code containing function 'Input'
2. Run the python code
3. Check the result

OBSERVED RESULT
Programe doesnt execute after the 'Input' function and is not showing any prompts(given as arguments in Input fn)


EXPECTED RESULT
Programme should execute properly ie showing the prompts(given as args in input fn) and execute any code after the input fn)

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Plasma 5.20.3
(available in About System)
KDE Plasma Version: 5.20.3
KDE Frameworks Version: 5.75
Qt Version: 5.15.2

ADDITIONAL INFORMATION
Comment 1 Sven Brauch 2020-12-09 18:02:10 UTC
Hi, this comes up every now and then, but our output view is not a terminal emulator in a lot of ways. It's just an output view. If you need an actual terminal emulator, use one, e.g. by using the "compiled binary" run configuration and ticking "use external terminal", then set /usr/bin/python as the binary and your script as the argument.

I think adding input functionality to the KDevelop output view is out of scope, it also seems like a very niche feature. If anything, it would be cool to have "Use external terminal" available for the script launcher.