Re: [python-win32] Excel Cells method/property and introspectionquestions

2007-06-25 Thread Mark Hammond
> >>> 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

[python-win32] Anyone else have windows context menus fail to register w/ 2.5/210?

2007-06-25 Thread R. Alan Monroe
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