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
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