[moving this to -dev] Glynn wrote: > That's not good for the GUI, where the module won't have a > stdin (ideally, it will have been closed; if not, the module > will hang, waiting to read from whatever its stdin happens > to be). does isatty(0) work on ms windows? does it work from a pipe? Hamish