Re: [python-win32] Problem with TLB file and COM

2008-07-24 Thread Reedick, Andrew
> -Original Message- > From: Mark Hammond [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 23, 2008 9:25 PM > To: Reedick, Andrew; python-win32@python.org > Subject: RE: [python-win32] Problem with TLB file and COM > > > from win32com.clie

Re: [python-win32] Problem with TLB file and COM

2008-07-23 Thread Mark Hammond
This will be due to the object throwing an incorrect error code when the flag for the method is incorrect, and win32com can't know what the correct flag is ahead of time for "dynamic" objects. Further, the object doesn't support type info from its typelib at runtime, so Python can't match up the m