anon wrote:
Gib Bogle wrote:
The code below runs with Python 2.5.4, but gives the following error
messages with Python 2.6.1. What needs to be done to make it work?
Thanks.
C:\Summer09\Tutorials>python url_queue.pyw
Traceback (most recent call last):
File "url_queue.pyw", line 3, in
import
MRAB wrote:
Gib Bogle wrote:
The code below runs with Python 2.5.4, but gives the following error
messages with Python 2.6.1. What needs to be done to make it work?
Thanks.
C:\Summer09\Tutorials>python url_queue.pyw
Traceback (most recent call last):
File "url_queue.pyw", line 3, in
import
Gib Bogle wrote:
The code below runs with Python 2.5.4, but gives the following error
messages with Python 2.6.1. What needs to be done to make it work?
Thanks.
C:\Summer09\Tutorials>python url_queue.pyw
Traceback (most recent call last):
File "url_queue.pyw", line 3, in
import threading
Fi
Gib Bogle wrote:
The code below runs with Python 2.5.4, but gives the following error
messages with Python 2.6.1. What needs to be done to make it work?
Thanks.
C:\Summer09\Tutorials>python url_queue.pyw
Traceback (most recent call last):
File "url_queue.pyw", line 3, in
import threading
Fi
The code below runs with Python 2.5.4, but gives the following error messages
with Python 2.6.1. What needs to be done to make it work? Thanks.
C:\Summer09\Tutorials>python url_queue.pyw
Traceback (most recent call last):
File "url_queue.pyw", line 3, in
import threading
File "C:\Summer09\Tut