Skip to content
New issue

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

Not able to input in console on Windows #13

Open
pwab opened this issue Nov 8, 2017 · 1 comment
Open

Not able to input in console on Windows #13

pwab opened this issue Nov 8, 2017 · 1 comment
Labels

Comments

@pwab
Copy link

pwab commented Nov 8, 2017

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.

input

Steps to reproduce

  1. Create a test.py with following content:
#!/usr/bin/env python
# -*- coding: utf-8 -*-

x = input('Input something: ')
print(str(x))
  1. Open console window and run with livepython

livepython test.py

  1. Try to input something in the console window
@JonReinhold
Copy link

You can work around this by passing any input you'd need as argv, might not be reasonable depending on the program.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants