Re: [python-win32] COM array problem

2009-07-30 Thread Reinier Heeres
Hi Mark, Thanks for your quick reply. On Wed, Jul 29, 2009 at 6:49 AM, Mark Hammond wrote: > On 29/07/2009 4:29 AM, Reinier Heeres wrote: >> >> Hi everybody, >> >> I have a problem with a function of a COM object that is supposed to >> return an array of data. The function prototype generated by

Re: [python-win32] COM array problem

2009-07-28 Thread Mark Hammond
On 29/07/2009 4:29 AM, Reinier Heeres wrote: Hi everybody, I have a problem with a function of a COM object that is supposed to return an array of data. The function prototype generated by win32com's EnsureDispatch is as follows: def GetFrame(self, frame=defaultNamedNotOptArg, FrameVariant=defa

[python-win32] COM array problem

2009-07-28 Thread Reinier Heeres
Hi everybody, I have a problem with a function of a COM object that is supposed to return an array of data. The function prototype generated by win32com's EnsureDispatch is as follows: def GetFrame(self, frame=defaultNamedNotOptArg, FrameVariant=defaultNamedNotOptArg): """Get Frame Data"""