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
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