Shea Martin wrote:
> I just installed active python, and I get this error:
>
> % python
> ActivePython 2.4.3 Build 11 (ActiveState Software Inc.) based on
> Python 2.4.3 (#1, Apr 3 2006, 18:34:02) [C] on sunos5
> Type "help", "copyright", "
I just installed active python, and I get this error:
% python
ActivePython 2.4.3 Build 11 (ActiveState Software Inc.) based on
Python 2.4.3 (#1, Apr 3 2006, 18:34:02) [C] on sunos5
Type "help", "copyright", "credits" or "license" for more information.
>>> import curses
Traceback (most recent ca
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/instal