msknathan / mintty

Automatically exported from code.google.com/p/mintty
GNU General Public License v3.0
0 stars 0 forks source link

can't enter interactive mode with python 2.7 or ruby 1.9 #330

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.in console with mintty
2.enter python or irb
3.hold and don't enter interactive mode, $ irb shows "Switch to inspect mode."

What versions of mintty, Cygwin/MSYS, and Windows are you using?
$ uname -a
MINGW32_NT-6.1 MY-PC 1.0.17(0.48/3/2) 2011-04-24 23:39 i686 Msys

$ mintty --version
mintty 1.0.3

Please provide any additional information below.
with python 2.5, it works ok.
with python 2.6, it don't work.
python 2.6 or 2.6 or ruby 1.9.1 is download from official site, it's windows 
binary.

Original issue reported on code.google.com by tg8...@gmail.com on 22 Apr 2012 at 1:44

GoogleCodeExporter commented 9 years ago
Please see issue 56. For python, the -i switch will force interactive mode, but 
only an MSYS version would really work properly. (Cygwin does have its own 
Python, but apparently MSYS doesn't.)

Original comment by andy.koppe on 22 Apr 2012 at 9:14