OhmNomNom / thyme

A fork of mintty, for the modern world
GNU General Public License v3.0
0 stars 0 forks source link

No response when python script has raw_input command #212

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. msys + mintty
2. python path in the windows system path
3. if has raw_input,then the script can not run.

What is the expected output? What do you see instead?

What versions of mintty, Cygwin/MSYS, and Windows are you using?

Please provide any additional information below.

Original issue reported on code.google.com by amoblin on 18 Aug 2010 at 7:01

GoogleCodeExporter commented 9 years ago
More detail on how to reproduce the problem is needed, but this sounds like a 
case of issue 56.

Original comment by andy.koppe on 18 Aug 2010 at 7:51

GoogleCodeExporter commented 9 years ago
A look at http://docs.python.org/library/functions.html#raw_input suggests that 
this is  indeed a case of issue 56, because that function likely uses the 
console-specific ReadConsole() API.

Original comment by andy.koppe on 22 Aug 2010 at 6:45