Re: [python-win32] Using COM Event. A problem

2017-12-06 Thread Tim Roberts
NIcola Montecchiari wrote: > > I am trying to create a call back for som events generated by a COM > server that I connect. > Looking at some posts apparently related to the same topic, I wrote > this sample code to test: > > import win32com.client as com > from win32com.client import gencache > ..

[python-win32] Using COM Event. A problem

2017-12-06 Thread NIcola Montecchiari
Dear All, I am trying to create a call back for som events generated by a COM server that I connect. Looking at some posts apparently related to the same topic, I wrote this sample code to test: import win32com.client as com from win32com.client import gencache class Eventi: def Device_Notif