Skip to content

Not able to input in console on Windows #13

Open
@pwab

Description

@pwab

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions