Re: [python-win32] Problem of calling parameterless methods

2015-02-02 Thread Łukasz Jakubowski
Sorry, I missed the context: http://resource.dopus.com/viewtopic.php?f=3&t=23896 Please note additionally that the solution proposed by jon does not actually work. The exception is: myvec = factory._make_method_("Vector") ^ Traceback (most recent call last): File "

[python-win32] Problem of calling parameterless methods

2015-02-02 Thread Łukasz Jakubowski
Hello, Can the problem described here: http://stackoverflow.com/questions/10496681/python-idispatch-client-without-type-library be permanently fixed, or rather we should treat resorting to _make_method_ as a necessity? Or maybe there is a change possible on the COM program side? Regards, ___