[python-win32] Potential problem with calling Invoke
Łukasz Jakubowski
lukaszj at onet.pl
Sat Apr 9 17:57:16 EDT 2016
Hello,
Please look up the following forum post:
http://resource.dopus.com/viewtopic.php?f=12&t=24125&p=136297&hilit=python#p136297
Is this really some indication of a pywin32 problem?
Please mind that the provided example call should be really:
comm = DOpus.Create().Command().CommandList('u')
but using () does not work (a version without parentheses needs to be used
or _FlagAsMethod).
CommandList accepts 0 or more arguments, while Create and Command accept 0
arguments.
It seems using () should result in proper calling of a COM object?
Regards,
Lukasz
More information about the python-win32
mailing list