LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 10-26-2003, 07:33 PM   #1
true_atlantis
Member
 
Registered: Oct 2003
Distribution: fedora cor 5 x86_64
Posts: 639

Rep: Reputation: 30
Bittorrent Dependancies


Im trying to install bittorrent, but i dont know what i need to install before that. There are so many dependancies for each sperate thing, and im not sure what mandrake 9.1 comes with. if anyone has already done this install, can you help me out. what do i need to have installed before i install bittorrent? thanks
 
Old 10-26-2003, 08:14 PM   #2
Micro420
Senior Member
 
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986

Rep: Reputation: 45
here's what I did:

Download the *.tar.gz file or whatever. ( http://bitconjurer.org/BitTorrent/download.html )
Extract it to a directory you want
Go to a website and download the *.torrent file you are looking for
go to your console
Go to your BitTorrent directory where you extracted
type this:

btdownloadheadless.py <path of torrent file>

and that's it. It will save the file to your extracted BitTorrent directory.

Here's an example of what the command should look like:

btdownloadheadless.py /home/John/Desktop/MSLinux.torrent


Last edited by Micro420; 10-26-2003 at 08:17 PM.
 
Old 10-26-2003, 10:51 PM   #3
true_atlantis
Member
 
Registered: Oct 2003
Distribution: fedora cor 5 x86_64
Posts: 639

Original Poster
Rep: Reputation: 30
bittorrent wont even install because it says i need like winpythonmx or something
 
Old 10-26-2003, 11:59 PM   #4
Micro420
Senior Member
 
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986

Rep: Reputation: 45
Quote:
Originally posted by true_atlantis
bittorrent wont even install because it says i need like winpythonmx or something
What the heck? are we doing the same thing?

If you go to that website, download that *.tar.bz file, extract it to a directory, that is all it needs. Then everything is all done in the console.

So when you type btdownloadheadless.py <filename>.torrent, it says you need 'winpythonmx'? I looked in my BitTorrent direcotry and I don't even have that file. You sure you're downloading the LINUX version???? You sure you doing what I said step-by-step?
 
Old 10-27-2003, 12:53 AM   #5
true_atlantis
Member
 
Registered: Oct 2003
Distribution: fedora cor 5 x86_64
Posts: 639

Original Poster
Rep: Reputation: 30
im sorry... ok, yes, what you said does work... but for example, when i try to run btdownloadgui i get this

[atlantis@localhost BitTorrent-3.3]$ python btdownloadgui.py
Traceback (most recent call last):
File "btdownloadgui.py", line 13, in ?
from wxPython.wx import *
ImportError: No module named wxPython.wx
[atlantis@localhost BitTorrent-3.3]$

what im really trying to do is have BT++ working, and im assuming that bt and bt++ both have the same depndancies... does tha tmake sence??
 
Old 10-27-2003, 01:06 AM   #6
frandalla
Member
 
Registered: Oct 2003
Location: Tokyo - Japan
Distribution: Slackware
Posts: 348
Blog Entries: 1

Rep: Reputation: 37
yeah that make sense...
go to http://www.wxpython.org and download wxpython.... that will be enough. They have rpm packages for everything.... any doubts ask and we'll help you as we can!
 
Old 10-28-2003, 05:11 PM   #7
LostPuppy
LQ Newbie
 
Registered: Mar 2003
Posts: 2

Rep: Reputation: 0
...

Last edited by LostPuppy; 10-28-2003 at 05:12 PM.
 
Old 10-28-2003, 05:36 PM   #8
Micro420
Senior Member
 
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986

Rep: Reputation: 45
Quote:
Originally posted by true_atlantis

what im really trying to do is have BT++ working, and im assuming that bt and bt++ both have the same depndancies... does tha tmake sence??
Ah! okay. That tells a different story. I can't help you there. lol
 
Old 10-28-2003, 09:05 PM   #9
true_atlantis
Member
 
Registered: Oct 2003
Distribution: fedora cor 5 x86_64
Posts: 639

Original Poster
Rep: Reputation: 30
ok, i installed wxPython, and it make bt++ run, but there is no buttons at the top like there shoudl be
 
Old 10-28-2003, 09:19 PM   #10
LostPuppy
LQ Newbie
 
Registered: Mar 2003
Posts: 2

Rep: Reputation: 0
well then ur one step ahead of me , i cant even install the wxpython right , blah.... so frustrating
 
Old 10-28-2003, 09:25 PM   #11
true_atlantis
Member
 
Registered: Oct 2003
Distribution: fedora cor 5 x86_64
Posts: 639

Original Poster
Rep: Reputation: 30
i just downloaded the rpm, and it worked fine in mandrake 9.1
 
Old 10-28-2003, 11:28 PM   #12
Read_Icculus
Member
 
Registered: Oct 2002
Distribution: MDK 9.2, Debian
Posts: 74

Rep: Reputation: 16
If you still are having any problems installing BT you can go to http://plf.zarb.org/~nanardon/ - add the contrib and texstar sources and then rpmdrake will give you the option to install a few various BT clients, like Shadow's client for example. All dependencies are taken care of for you and 'urpmi bittiorrentgui' will install everything right away. Although I recommend just using btdownloadheadless.py, as the GUI doesn't really do anything extra for you, it doesn't even have any changeable options on the GUI... kind of weak. The *headless.py script lets you specify all kinds of options like max upload rate, max uploads, min peers, max connections, all sorts of stuff. I'm fairly sure it has all of the opetions you can find in BT++.
 
Old 10-28-2003, 11:32 PM   #13
Read_Icculus
Member
 
Registered: Oct 2002
Distribution: MDK 9.2, Debian
Posts: 74

Rep: Reputation: 16
Well all the options except the fact that there's no GUI and history and such. But you can download multiple torrents by opening up new instances of the script... so it's just as good.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
dependancies gone to hell - now what? grayFalcon Linux - Newbie 5 04-27-2005 04:27 PM
Java Dependancies :/ Zaskar Debian 0 02-26-2004 05:32 PM
is there anyone using bittorrent bittorrent-shadowsclient-5.8.3 moonloader Linux - Software 0 01-12-2004 05:35 AM
Dependancies dibblethewrecke Linux - Newbie 3 11-24-2003 02:15 PM
GNOME2.4 dependancies fasta Slackware 3 11-07-2003 12:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 06:28 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration