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
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
.
-Seth Sims
---event.py-
import win32com.client as client
import pythoncom
class OPOSEventSink:
def OnDirectIOEvent(self, EventNumber, pData, pString):
"""method DirectIOEvent&q