There is a Windows NT port, and a GUI version that runs under Win32s. Look
in ftp.cwi.nl - pub/python/nt, and grab win32_all.tar.gz.
Note that Python.EXE is an NT console application (ie, standard Python) and
will not run on Win32s. PythonWin.EXE is a GUI application, with an
interactive interpreter written in Python code, and does run on Win32s.
Mark.