Re: [python-win32] newby to com and a problem with events

2007-10-05 Thread Seth Sims
Hi, Does anyone have anything else I can try to fix my problem? I know that events are being fired because of their side effects on the COM object state. However I never see my little print messages from the event handler. I feel like it is just something small that I am missing. Thank you

Re: [python-win32] newby to com and a problem with events

2007-10-02 Thread Seth Sims
s called. They are only changed as part of raising a DataEvent. That seems to be the behavior that I am seeing; because until that single PumpWaitingMessages the properties remain blank. -Seth Sims ___ python-win32 ma

[python-win32] newby to com and a problem with events

2007-10-01 Thread Seth Sims
. -Seth Sims ---event.py- import win32com.client as client import pythoncom class OPOSEventSink: def OnDirectIOEvent(self, EventNumber, pData, pString): """method DirectIOEvent&q