> >>> from win32com.client import Dispatch
> >>> xlApp = Dispatch("Excel.Application")
> >>> actvSht = xlApp.ActiveSheet
> >>> actvSht.Cells(1,1).Value
> Traceback (most recent call last):
> File "", line 1, in ?
> File
> "c:\python24\lib\site-packages\win32com\gen_py\00020813--0
> 000-C000
I noticed the "Edit" context menu option in Windows Explorer was
opening an older version of pythonwin. I re-ran the pywin32 210
installer to see if it would patch it up, but no dice.
I can hand-correct these of course, but shouldn't it be working out of
the box? Flaw in the installer?
> Windows