Thread: [btqueue-users] ImportError
Status: Beta
Brought to you by:
xgie
From: PaDrO <pad...@gm...> - 2005-02-23 00:28:34
|
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 |
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 > |
From: PaDrO <pad...@gm...> - 2005-02-24 05:23:38
|
ok I got that part figured out, I was missing bsddb support....Everything went really smoth started 2 torrents manually with the torrent file in the same directory. Then after a few hours they both are paused and can't get them to resume.. I removed them tryed to start new torrents but they seem to still be paused.. Any idea with this problem? PaDrO On Thu, 24 Feb 2005 11:13:46 +0700, Sugree Phatanapherom <su...@hp...> wrote: > 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 > > > |
From: Sugree P. <su...@hp...> - 2005-02-24 06:33:55
|
Please make sure that all torrents do not access the same files. Sugree Phatanapherom su...@hp... PaDrO wrote: > ok I got that part figured out, I was missing bsddb > support....Everything went really smoth started 2 torrents manually > with the torrent file in the same directory. Then after a few hours > they both are paused and can't get them to resume.. I removed them > tryed to start new torrents but they seem to still be paused.. > > Any idea with this problem? > > PaDrO > > > On Thu, 24 Feb 2005 11:13:46 +0700, Sugree Phatanapherom > <su...@hp...> wrote: > >>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 >>> >> > > > ------------------------------------------------------- > 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 > |