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
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