Enthought Python + Cygwin

Jason Tishler jason at tishler.net
Tue Jun 15 16:39:00 EDT 2004


Roger,

On Tue, Jun 15, 2004 at 10:32:14AM -0700, RMJ wrote:
> After installing Enthought's python and typing 'python' from within
> cygwin the program hangs with no output.  I do not remember this being
> the case with earlier versions of Enthought python.  Is this version
> not compatible with cygwin?  Or, is there some configuration file that
> needs changing?  It does run successfully with 'python somecode.py'
> -but without printing out intermediate results.

There are some known "tty" issues when running native Win32 programs
under Cygwin.  They typical manifest themselves under rxvt and (IIRC)
when CYGWIN=tty.  Try using bash (instead of rxvt) and CYGWIN=notty.

BTW, Cygwin Python does not have any of these issues.  If you don't need
any Win32 Python features, then you may want to use this version
instead.

Jason

-- 
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D  8784 1AFD E4CC ECF4 8EF6




More information about the Python-list mailing list