Re: [btqueue-users] ImportError
Status: Beta
Brought to you by:
xgie
From: Sugree P. <su...@hp...> - 2005-02-24 04:15:03
|
What is your distribution? It seems missing bsddb support for python. Sugree Phatanapherom su...@hp... PaDrO wrote: > Can anyone give me some info on this problem? hope this works never > used a mailing group before > > PaDrO > > > # btqueue.py daemon > Traceback (most recent call last): > File "/usr/local/bin/btqueue.py", line 46, in ? > from BitQueue import policy > File "/usr/local/lib/python2.3/site-packages/BitQueue/policy.py", > line 91, in ? > from ip2cc import inet_aton > File "/usr/local/lib/python2.3/site-packages/BitQueue/ip2cc.py", line 3, in ? > from bsddb import btopen > File "/usr/local/lib/python2.3/bsddb/__init__.py", line 40, in ? > import _bsddb > ImportError: No module named _bsddb > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > btqueue-users mailing list > btq...@li... > https://lists.sourceforge.net/lists/listinfo/btqueue-users > |