I have a com library that I have a hard time getting to work, some of it
works in win32com, some in comtypes.
Have a question first for comtypes(using python2.4 and svn checkout
3.jan07 of comtypes):
The following code fails at the last step:
self.dl = comtypes.client.GetModule(r"C:\Progr
Einar Sørheim schrieb:
> I have a com library that I have a hard time getting to work, some of it
> works in win32com, some in comtypes.
> Have a question first for comtypes(using python2.4 and svn checkout
> 3.jan07 of comtypes):
> The following code fails at the last step:
> self.dl = c
Thomas Heller wrote:
>Einar Sørheim schrieb:
>
>
>>I have a com library that I have a hard time getting to work, some of it
>>works in win32com, some in comtypes.
>>Have a question first for comtypes(using python2.4 and svn checkout
>>3.jan07 of comtypes):
>>The following code fails at the las