I get the same error as steven_doyle with version 211 when I try to access MS-Word or ADO via Win32com. I include a full traceback:
>>> import win32com.client
>>> word = win32com.client.gencache.EnsureDispatch ("Word.Application")
Traceback (most recent call last):
File "", line 1, in
word = win32com.client.gencache.EnsureDispatch ("Word.Application")
File "C.
2008-07-04 08:40:01 UTC in Python for Windows extensions