Re: [python-win32] Problem to call COM-dynamic-server ; resolved

2006-05-09 Thread Michel Claveau
Hi! (*sorry, but translate with Babelfish help*, because my english is too bad) I finally solved my problem, by intercepting/modifying several things on the server side. However, several information could be useful for you: - The calls with multiple points are refused by Python.

[python-win32] Problem to call COM-dynamic-server

2006-05-08 Thread Michel Claveau
Hello, all ! I have a problem, when I dispatch a dynamic server (writed with Pywin32). When I call an instance method (with points in the name), the server receive, like wFlags, pythoncom.DISPATCH_PROPERTYGET, instead of pythoncom.DISPATCH_METHOD. For the call of a property of a class, it's