[python-win32] Interaction between wxPython and win32ui on Win 7

Mark Hammond skippy.hammond at gmail.com
Mon May 9 03:03:42 CEST 2011


On 7/05/2011 8:32 PM, Dietmar Schwertberger wrote:
 > Hi!
 >
 > I'm observing some strange interaction between wxPython and win32ui
 > on Windows 7 PCs.

win32ui is built around the MFC framework, so has a fair bit of 
complications just from that layer.  However, just importing win32ui and 
not creating any win32ui specific behaviour shouldn't be a problem.

...

> app.MainLoop()
>
> print "calling sys.exit()"
> sys.exit()

Where exactly does things get stuck?  Do you see that print statement, 
or is it app.MainLoop which fails to return?

Mark


More information about the python-win32 mailing list