With carefully-arranged electrons, Dirk Duckhorn wrote:
> Hi
> 
> I dunno if this is a know issue, but I tried to run pywin32 with a wxPython
> script. The pywin32 components run real well but the GUI freezes.
> Does someone know a way to get around this?
> 
> TIA.
> Dirk

That's a known issue -- the event loops in the two systems get a bit
confused and PythonWin freezes.

Best way around it is to use the command-line pythonw.exe to run your
application.

Best,

d

-- 
David W. Harks <[EMAIL PROTECTED]>
_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to