cygwin and python

Chris Liechti cliechti at gmx.net
Fri Feb 15 13:04:48 EST 2002


"Stephane Tallard" <stallard at capgemini.fr> wrote in
news:3c6d2f5e at news.capgemini.se: 
> I use python under cygwin bash-rxvt . Trying to use omniorbPy,  I'm
> facing a strange behaviour :
> When executing the same command line under rxvt , nothing happens: 
> the script never ends. Moreover if I add print "Hello" at the 
> beginning of the script, "Hello" is never prompted ...

the rxvt port has some problems with output and not flushing it ... 
try:
python -u echo.py
or use the bash in the normal windows console window (cygwin.bat)

-- 
Chris <cliechti at gmx.net>




More information about the Python-list mailing list