missing collections module

S

Shea Martin

I am getting this error in a python script:

File "/usr/sfw/lib/python2.3/site-packages/BTL/cache.py", line 12, in ?
from collections import deque
ImportError: No module named collections

Where can I download the python collection module? I am no python
programmer, but I can build/install python packages if I know where to
get them.

Thanks,

~S
 
S

skip

Shea> I am getting this error in a python script:
Shea> File "/usr/sfw/lib/python2.3/site-packages/BTL/cache.py", line 12, in ?
Shea> from collections import deque
Shea> ImportError: No module named collections

Shea> Where can I download the python collection module?

You're probably using a package which is not supported under Python 2.3.
The collections module is new with 2.4. Try upgrading to 2.4 or 2.5.

Skip
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top