hexagon logo

Browse By Tags

  • PC-DMIS event handler in Python

    Hello, Has anyone implemented PC-DMIS event handler in Python ? I tried both win32com.client.getevents and win32com.client.DispatchWithEvents, but I got the TypeError. win32com.client.getevents TypeError: Objects of type 'CDispatch' can…