Re: [python-win32] Pywin32 GUI not working with pythonw

2009-11-10 Thread Mark Hammond
On 10/11/2009 8:14 AM, Greg Ewing wrote: 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

[python-win32] Pywin32 GUI not working with pythonw

2009-11-09 Thread Greg Ewing
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() cal