> As far as I know, other platforms do not have this problem. Windows does. Windows has the idea of subsystems (eg OS/2, Posix, Win32). Pretty much only win32 is used these days. Win32 apps can be marked as console or gui. However console apps can also do gui stuff. So PythonW is used to run gui apps, and not have a corresponding console. Roger