Re: [python-win32] MS Agent Event Handling via Python

2007-01-14 Thread Mark Hammond
: Sunday, 14 January 2007 8:09 PM To: python-win32@python.org Subject: [python-win32] MS Agent Event Handling via Python Hi, After searched a lot on web, not quit sure anybody met similar problem before. When I try to track the event fired by MS Agent by using 'DispatchWithEvent

[python-win32] MS Agent Event Handling via Python

2007-01-14 Thread 文龙
Hi, After searched a lot on web, not quit sure anybody met similar problem before. When I try to track the event fired by MS Agent by using 'DispatchWithEvents', I thought may be this is because IAgentNotifySink did not registered by server. I'm quite new to Python Com, it wrapped well, I wonder