We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows 7 x64 Python 3.6.1 on win32 [!] Not sure if this happens on other systems as well
[!] Not sure if this happens on other systems as well
When running scripts containing an input()-function I am not able to input something and so the execution stops.
input()
test.py
#!/usr/bin/env python # -*- coding: utf-8 -*- x = input('Input something: ') print(str(x))
livepython test.py
The text was updated successfully, but these errors were encountered:
You can work around this by passing any input you'd need as argv, might not be reasonable depending on the program.
Sorry, something went wrong.
No branches or pull requests
System
Windows 7 x64
Python 3.6.1 on win32
[!] Not sure if this happens on other systems as well
Description
When running scripts containing an
input()
-function I am not able to input something and so the execution stops.Steps to reproduce
test.py
with following content:livepython test.py
The text was updated successfully, but these errors were encountered: