Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old November 6th, 2006, 05:05 PM
Shea Martin
Guest
 
Posts: n/a
Default missing collections module

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
  #2  
Old November 6th, 2006, 05:15 PM
skip@pobox.com
Guest
 
Posts: n/a
Default Re: missing collections module


SheaI 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
SheaImportError: No module named collections

SheaWhere 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
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles