Threading problem

Diez B. Roggisch deets at nospam.web.de
Tue Apr 18 12:36:40 EDT 2006


> Here the error message:
>>>> Exception in thread Thread-1:
> Traceback (most recent call last):
>   File "C:\Program Files\Python\lib\threading.py", line 442, in
>   __bootstrap
>     self.run()
>   File "G:\Robot teleskop\VRT\test\test2.py", line 25, in run
>     Document.OpenFile('F:/Images/VRT/'+name)
>   File "C:\Program
> Files\Python\Lib\site-packages\win32com\client\dynamic.py", line 496, in
> __getattr__
>     raise AttributeError, "%s.%s" % (self._username_, attr)
> AttributeError: MaxIm.Document.OpenFile

Seems that you think it should doesn't impress the COM-object of type
MaxIm.Document very much. Play around with that w/o threads if it works.

Diez



More information about the Python-list mailing list