Hello, Something in IronPython is now looking for Control-z, which is fine on Windows, but on Unix, Control-Z stands for "suspend application". In Unix, the end-of-file descriptor is control-d; Am not sure why the code is actually looking for a Control-Z, while it could be checking whether there is input available instead. miguel.