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
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.