Re: strange pythoncom.com_error - it only happens once

2008-11-23 Thread Rafe
On Nov 21, 5:02 pm, Rafe <[EMAIL PROTECTED]> wrote: > On Nov 21, 4:50 pm, Rafe <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > I'm getting this error: > > #   File "C:\Python25\Lib\site-packages\win32com\client\dynamic.py", > > line 491, in __getattr__ > > #     raise pythoncom.com_error, details >

Re: strange pythoncom.com_error - it only happens once

2008-11-21 Thread Rafe
On Nov 21, 4:50 pm, Rafe <[EMAIL PROTECTED]> wrote: > Hi, > > I'm getting this error: > #   File "C:\Python25\Lib\site-packages\win32com\client\dynamic.py", > line 491, in __getattr__ > #     raise pythoncom.com_error, details > # COM Error: Unspecified failure - [line 52] > > ...when my program hi

strange pythoncom.com_error - it only happens once

2008-11-21 Thread Rafe
Hi, I'm getting this error: # File "C:\Python25\Lib\site-packages\win32com\client\dynamic.py", line 491, in __getattr__ # raise pythoncom.com_error, details # COM Error: Unspecified failure - [line 52] ...when my program hits a line of code which I know should work. The strange thing is, wh