Re: [python-win32] Dynamic dispatching and AttributeErrors,

2010-11-18 Thread Mark Hammond
On 18/11/2010 5:45 PM, Brian Merrell wrote: ob = win32com.client.Dispatch(...) >>ob >>print ob Traceback (most recent call last): File "", line 1, in File "c:\python26\lib\site-packages\win32com\client\dynamic.py", line 197, in __str__ return str(self.__call__()) File "c:\p

Re: [python-win32] Dynamic dispatching and AttributeErrors,

2010-11-17 Thread Brian Merrell
Thanks for the response Mark. My results inline below: mod = win32com.gencache.EnsureModule(...) > >>print mod > ob = win32com.client.Dispatch(...) > >>ob >>print ob Traceback (most recent call last): File "", line 1, in File "c:\python26\lib\site-packages\win32com\client\dynamic.py", li

Re: [python-win32] Dynamic dispatching and AttributeErrors,

2010-11-17 Thread Mark Hammond
On 16/11/2010 5:14 AM, Brian Merrell wrote: I am using Windows 7, 32-bit python 2.6, 2.7 and the latest win32 release. * makepy seems to work, I find what appears to be the one and only appropriate library and it places an early binding skeleton file in the expected gen_py direct