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, [EMAIL PROTECTED]
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to