simplest question on win32com.client

Joe Green the_3_project at yahoo.com
Tue Apr 29 09:34:12 EDT 2003


I can't seem to get this code to run.


--
from win32com.client import Dispatch

xl = Dispatch("Excel.Application")
--

It comes back with:

The instruction at "0x1e039e79" referenced memory at "0x1e3840fc". The
memory could not be "read".

Click OK to terminate the program
Click on CANCEL to debug the program


Thanks




More information about the Python-list mailing list