| Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
12-11-2004, 06:48 AM
|
#1
|
|
LQ Newbie
Registered: Sep 2003
Posts: 20
Rep:
|
Bit Tornado
Hello All
I am trying to get a piece of software installed called Bit Tornado on Mandrake 9.2. I downloaded and unzipped the file. The contents are shown below:
BitTornado/
bittorrent.nsi
btcompletedirgui.py
btcompletedir.py
btcopyannounce.py
btdownloadcurses.py
btdownloadgui.py
btdownloadheadless.py
btlaunchmanycurses.py
btlaunchmany.py
bt_MakeCreateIcons.py
btmakemetafile.py
btmaketorrentgui.py
btreannounce.py
btrename.py
btsethttpseeds.py
btshowmetainfo.py
bt-t-make.py
bttrack.py
BUILD.windows.bat
completedir.nsi
CVS/
docs/
icons/
ipranges.portugal.txt
LICENSE.txt
MANIFEST.in
multitracker/
README.txt
setup.py
targets/
thosts/
wincompletedirsetup.py
winsetup.py
http://bittornado.com/
Does anybody know how I would go about installing the GUI veriosn of this program?
So far i have managed to install Mandrake 9.2 and the only program I managed to install was firefox. Thatr was easy enough but everything else seems a little more difficult than it has to be!! Not that I am scared of a challnge.
Is anyone else running this on Mandrake?
Phil
|
|
|
|
12-11-2004, 08:28 AM
|
#2
|
|
Senior Member
Registered: Feb 2003
Location: N'rn WI -- USA
Distribution: Kubuntu 8.04, ClarkConnect 4
Posts: 1,142
Rep:
|
In the list of files you gave, there is a directory called "docs". In that directory is a file called "INSTALL.unix.txt". It says you need to...
Install Python.
Install wxPython.
Run "python setup.py install".
You might already have Python... I'm not sure what Mandrake installs by default. Either way, you should be able to install both Python and wxPython from Mandrakes installer/updater program... urpmi? Once you have those, cd into the directory holding the BitTornado files and run the "python setup.py install" command, and it should do the trick.
Follow the other instructions in the file to associate .torrent files with BitTornado.
|
|
|
|
12-11-2004, 01:48 PM
|
#3
|
|
LQ Newbie
Registered: Sep 2003
Posts: 20
Original Poster
Rep:
|
Thanks for your help. I think I am 99% there. Python was already installed and I ran python setup.py install" which completed ok. I have added the file extensions in /etc/mailcap and also added mime extensions to firefox.
However now when I open a torrent btdownloadgui.py runs in the taskbar (or whatever it is called in linux!) for a while with the egg timer then just disappears. It doesn't seem to do anything!
Anybody know what might be going on there or anything I could test?
Thanks for all help.
Phil
|
|
|
|
12-12-2004, 05:41 AM
|
#4
|
|
LQ Newbie
Registered: Sep 2003
Posts: 20
Original Poster
Rep:
|
can anybody give me some help please? I am sure a lot of Mandrake users must be using Bit Tornado.
Phil
|
|
|
|
02-25-2005, 06:12 PM
|
#5
|
|
LQ Newbie
Registered: Feb 2005
Distribution: Still undecided...thinking of SUSE, Slackware, Kubuntu.
Posts: 25
Rep:
|
I'm running Slackware, but I'm bumping into the same problem as philF! The "python setup.py install" command went well, but now what do I do? When I try to associate any .torrent file with btdownloadgui.py, nothing happens! 
Last edited by MuD; 02-25-2005 at 06:16 PM.
|
|
|
|
02-26-2005, 02:43 AM
|
#6
|
|
Member
Registered: Oct 2004
Location: Sweden
Distribution: Mandriva 2005 LE
Posts: 45
Rep:
|
Well I don't have a solution for your problem. I do use bittornado on Mandrake and it works great. But I installed a RPM version with Manrakes urpmi, can't remember, but I think, it was located in the contrib repository (on your closest Mandrake mirror).
/Fnurr
|
|
|
|
03-05-2005, 09:33 PM
|
#7
|
|
LQ Newbie
Registered: Feb 2005
Distribution: Still undecided...thinking of SUSE, Slackware, Kubuntu.
Posts: 25
Rep:
|
Well, is there anyone else that can help me with this? 
|
|
|
|
03-06-2005, 08:43 AM
|
#8
|
|
LQ Newbie
Registered: Feb 2005
Posts: 8
Rep:
|
I am by no means an expert. What I did to get bittorando working was go to http://www.linuxfordummies.org/addmedia/ and fill out the servers closest to me in step 2. Then, press the go to step 3 button. That makes you a list of commands to enter.
I ran a terminal in X and logged in as root (su from the prompt). After that, I copied and pasted each URPMI line individually.
After that, installing sotfware becomes pretty much automatic. Go to your control center, software management, install. Select all packages (I use by group personally but whatever). Then you can search for bittornado and it's in the list. It will install it and all the dependancies for you.
good luck,
Atnot
|
|
|
|
03-06-2005, 10:19 AM
|
#9
|
|
LQ Newbie
Registered: Feb 2005
Distribution: Still undecided...thinking of SUSE, Slackware, Kubuntu.
Posts: 25
Rep:
|
But that's the problem, the instructions are for Mandrake, I'm running Slackware...  I think I'm going to start a new thread... thanks for your help though.
|
|
|
|
07-10-2005, 05:06 PM
|
#10
|
|
Member
Registered: Sep 2003
Location: Edinburgh,Scotland
Distribution: Mandriva 2010/1
Posts: 211
Rep:
|
There is a build of Bittornado for Mandrake. If you use Easyurpmi to install sources it is in PLF (Penguin Liberation Front) or Contributions. Just follow the instructions and it is easy to install.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 03:02 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|