From lukaszj at onet.pl Mon Feb 2 09:39:50 2015 From: lukaszj at onet.pl (=?utf-8?q?=C5=81ukasz_Jakubowski?=) Date: Mon, 02 Feb 2015 09:39:50 +0100 Subject: [python-win32] Problem of calling parameterless methods Message-ID: <108852556-2c1e04825de66d3db8c78fcdb80f8c1c@pmq1v.m5r2.onet> 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, From lukaszj at onet.pl Mon Feb 2 13:11:51 2015 From: lukaszj at onet.pl (=?utf-8?q?=C5=81ukasz_Jakubowski?=) Date: Mon, 02 Feb 2015 13:11:51 +0100 Subject: [python-win32] Problem of calling parameterless methods Message-ID: <85792252-6d06eea2f12a8a1c658968dc45719b4c@pmq2v.m5r2.onet> 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 "