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
_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to