I have used btqueue 0.18 before but I changed to another GUI based since btqueue did some funny things like run 100% on the CPU among other things.
But now I see that there is a new version out which should fix this and I would like to try it out on my FreeBSD 5.3 but sadly the newest btqueue in the current ports is 0.18.
Anyone know if there is some way I can use btqueue without installing from ports?
Your help is much appreciated.
Best Regards
Martin Madsen
From Denmark.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sorry for that bugs. Anyway, install BTQueue on FreeBSD is very easy. You could just download BTQueue-0.1.0.tar.gz, extract it, and run it in place without installation. If it works well, you can simply install it by running as follow.
# cd BTQueue-0.1.0
# python setup.py install
That's all. Python will take care the rest for you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Tried the python setup.py install command and it installed flawless without any problems.
However, when I try to start btqueue.py scheduler or crawler I get this error:
########snip#########
gateway# btqueue.py scheduler
Traceback (most recent call last):
File "/usr/local/bin/btqueue.py", line 46, in ?
from BitQueue import policy
File "/usr/local/lib/python2.4/site-packages/BitQueue/policy.py", line 105, in ?
from ip2cc import inet_aton
File "/usr/local/lib/python2.4/site-packages/BitQueue/ip2cc.py", line 3, in ?
from bsddb import btopen
File "/usr/local/lib/python2.4/bsddb/__init__.py", line 47, in ?
import _bsddb
ImportError: No module named _bsddb
###########snip##############
Any suggestions on what I'm doing wrong?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
And btw, I guess I sounded a little cranky in my first post, so just so we are clear:
I have use the program for severel month so it wasn't that filled with bugs. :)
I appreaciate the effor you're doing in making this great utility. :)
Best Regards
Martin
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey btqueue users,
I have used btqueue 0.18 before but I changed to another GUI based since btqueue did some funny things like run 100% on the CPU among other things.
But now I see that there is a new version out which should fix this and I would like to try it out on my FreeBSD 5.3 but sadly the newest btqueue in the current ports is 0.18.
Anyone know if there is some way I can use btqueue without installing from ports?
Your help is much appreciated.
Best Regards
Martin Madsen
From Denmark.
Sorry for that bugs. Anyway, install BTQueue on FreeBSD is very easy. You could just download BTQueue-0.1.0.tar.gz, extract it, and run it in place without installation. If it works well, you can simply install it by running as follow.
# cd BTQueue-0.1.0
# python setup.py install
That's all. Python will take care the rest for you.
Thanks for the fast reply.
Tried the python setup.py install command and it installed flawless without any problems.
However, when I try to start btqueue.py scheduler or crawler I get this error:
########snip#########
gateway# btqueue.py scheduler
Traceback (most recent call last):
File "/usr/local/bin/btqueue.py", line 46, in ?
from BitQueue import policy
File "/usr/local/lib/python2.4/site-packages/BitQueue/policy.py", line 105, in ?
from ip2cc import inet_aton
File "/usr/local/lib/python2.4/site-packages/BitQueue/ip2cc.py", line 3, in ?
from bsddb import btopen
File "/usr/local/lib/python2.4/bsddb/__init__.py", line 47, in ?
import _bsddb
ImportError: No module named _bsddb
###########snip##############
Any suggestions on what I'm doing wrong?
Oops! You need to install databases/py-bsddb in ports.
And btw, I guess I sounded a little cranky in my first post, so just so we are clear:
I have use the program for severel month so it wasn't that filled with bugs. :)
I appreaciate the effor you're doing in making this great utility. :)
Best Regards
Martin