ouilles / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

msvcrt.getch() causes pyscripter to lose control of script when run. #730

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.import msvcrt
2.msvcrt.getch()
3.Run

What is the expected output? What do you see instead?
Interpreter console should retrieve a single key press. Does not receive it and 
seems to lose control of the spawned python process. Trying to abort debugging 
fails. Must kill pyscripter to recover.

What version of the product are you using? On what operating system?
2.5.3.0 - Windows 8

Please provide any additional information below.

Original issue reported on code.google.com by ro...@rferris.org on 27 Mar 2013 at 9:55