Re: [python-win32] COM and threading

2008-06-27 Thread Tim Golden
June Kim wrote: Running the following code results in an attribute error: Exception in thread Thread-1: Traceback (most recent call last): File "C:\Python25\lib\threading.py", line 486, in __bootstrap_inner self.run() File "testcom.py", line 10, in run print self.ie.locationUrl Fil

[python-win32] COM and threading

2008-06-27 Thread June Kim
Running the following code results in an attribute error: Exception in thread Thread-1: Traceback (most recent call last): File "C:\Python25\lib\threading.py", line 486, in __bootstrap_inner self.run() File "testcom.py", line 10, in run print self.ie.locationUrl File "C:\Python25\Lib