Hi,
I've downloaded pywin32-210.zip and installed it on my "Windows XP
Professional" machine. I've been trying to get the demo
com/win32com/demos/excelRTDServer.py to work, but have not had
success. I'm using MS Excel 2003.
When I add a cell in Excel (with
=RTD("Python.RTD.TimeServer","","secon
It's been ages since I looked at this, but you need to make sure the
constants at the top of the module match your version of excel. The
ones that are currently there are for Excel XP (which is the one
before the version you're using, I believe):
EXCEL_TLB_GUID = '{00020813---C000-
Ok, more digging, it looks like the OLE Automation TypeLib should have a
GUID Record defined. I see this when using the Python Object Browser
However, when I generate the py file for the OLE Automation type library, I
don't see GUID in the RecordMap (or any reference to the GUID Record)...Is
there