I have a bizarre problem. The following program: import win32ui app = win32ui.GetApp() app.Run()
works fine when run from a command window using python.exe -- it happily sits there waiting for events until I kill it with the task manager. However, if I run it using pythonw.exe, the GetApp() call returns immediately with a value of 0. I've tried diverting stdout and stderr into a file to see if there are any error messages or tracebacks, but there is nothing. Anyone have any idea what might be wrong? I'm using Python 2.5.4 and Pywin32 build 213 on Windows 2000. -- Greg _______________________________________________ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32