Re: stdout and stderr showing output only after script is done

2005-05-29 Thread MKoool
sorry i meant i installed python version 2.4.1, thanks MKoool wrote: > I just installed python 2.4 for windows. I was using the cygwin > version previously, but wanted to use the official python 2.4 release > to install a module that reads off some registry entries. > > After installing, I did wh

Re: stdout and stderr showing output only after script is done

2005-05-29 Thread MKoool
sorry, i'm an idoit who just found that i should use the -u option, my bad -- http://mail.python.org/mailman/listinfo/python-list

stdout and stderr showing output only after script is done

2005-05-29 Thread MKoool
I just installed python 2.4 for windows. I was using the cygwin version previously, but wanted to use the official python 2.4 release to install a module that reads off some registry entries. After installing, I did what I normally do, ssh to my local windows machine, and run the python script I