[python-win32] ActiveX components with Events

2004-12-15 Thread Neil Benn
Hello, FYI, this is the same Neil Benn who posted a couple of days ago - just from a different address. Thanks for your help Mark, however - I had made a silly mistake, I was passing an instance rather than a class to the DispatchWithEvents call. I didn't understand that the

RE: [python-win32] Problem building pywin32

2004-12-15 Thread Mark Hammond
I'm trying to build pywin32, and would like to know how to specify an override for the include directories. It's finding shlobj.h here: C:\Program Files\Microsoft SDK\include\shlobj.h But I want it to use the one here: C:\Program Files\Microsoft Visual Studio .NET

RE: [python-win32] ActiveX components with Events

2004-12-15 Thread Mark Hammond
However, I have a problem that one of the methods on the ActiveX should show a UI and fire an event. The python code doesn't show the UI and no events get fired. This does the same thing in VB uncles I wait in a polling loop for my call to the ActiveX component and use the ubiquitous