[python-win32] comtypes: Problem with passing string argument

2007-01-08 Thread Einar Sørheim
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

Re: [python-win32] comtypes: Problem with passing string argument

2007-01-08 Thread Thomas Heller
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

Re: [python-win32] comtypes: Problem with passing string argument

2007-01-08 Thread Einar Sørheim
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