[python-win32] COM access to Excel suddenly stopped working

2005-04-18 Thread sjmachin
Hi, [Windows 2000, build 2195, SP4; Python 2.4.1; pywin32 build 204] I'm experimenting with accessing the contents of Excel workbooks. I've used makepy to build the Excel 10.0 library. Have successfully done various COM fiddling with Excel before with Python 2.3 & 2.4, and with Excel 9.0 and

RE: [python-win32] COM access to Excel suddenly stopped working

2005-04-20 Thread sjmachin
On 19 Apr 2005 at 14:52, Mark Hammond wrote: > Hi John, > > > (1) xl = win32com.client.Dispatch("Excel.Application") > > (2) print repr(xl) > > (3) xlwb = xl.Workbooks.Open(filename) > > > > Before, line 2 would print this: > > > Library._Application instance at > > 0x39073872> > > and line 3 wo