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
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to