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
- Create a
test.py with following content:
#!/usr/bin/env python
# -*- coding: utf-8 -*-
x = input('Input something: ')
print(str(x))
- Open console window and run with livepython
livepython test.py
- Try to input something in the console window
System
Windows 7 x64
Python 3.6.1 on win32
[!] Not sure if this happens on other systems as wellDescription
When running scripts containing an
input()-function I am not able to input something and so the execution stops.Steps to reproduce
test.pywith following content:livepython test.py