Re: [python-win32] FireEvent : comtypes work but win32com fails, why?

2008-06-25 Thread Mark Hammond
In summary, there are one big problem and one minor problem. The first is about pywin32's inability to pass FireEvent's second argument. I can't explain that :( I've stepped through the code, and it seems we are passing a VT_VARIANT containing a VT_BYREF|VT_DISPATCH. I'm afraid I'm not

Re: [python-win32] Querying the VNC Service fails sometimes

2008-06-25 Thread Mike Driscoll
Mark, fter upgrading to 211, I am getting an import error on my wx module. Are these tied together in some weird way? Not that I can think of, and build 211 didn't add any funky new import tricks or anything. However, build 211 is packing the MFC DLL now, so *that* could be related -

Re: [python-win32] FireEvent : comtypes work but win32com fails, why?

2008-06-25 Thread Thomas Heller
Mark Hammond schrieb: In summary, there are one big problem and one minor problem. The first is about pywin32's inability to pass FireEvent's second argument. I can't explain that :( I've stepped through the code, and it seems we are passing a VT_VARIANT containing a