[python-win32] Please help, run into a COM object issue using the windows media SDK, thanks!

Tim Roberts timr at probo.com
Fri Oct 10 20:17:39 CEST 2008


jjpet wrote:
> Thanks Mark!
>
> Does PythonWin (or wxPython) provide any way to drive a script as if running it in the PythonWin GUI?
>   

The key, I believe, is that you need a message loop.  A standard console
app doesn't have one, so it waits forever for a response from a message.

Any of the GUI frameworks will supply a message loop.

-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the python-win32 mailing list