LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-09-2010, 07:16 PM   #1
lemon09
Member
 
Registered: Jun 2009
Location: kolkata,India
Distribution: Mandriva,openSuse,Mint,Debian
Posts: 285
Blog Entries: 1

Rep: Reputation: 37
Question problem in installing bit torrent


I have recently downloaded the source code for bit torrent client from their website.

According to the instruction given I tried to install to it...but there was a problem, which reads like this->

Code:
# python setup.py install
Traceback (most recent call last):
  File "setup.py", line 23, in <module>
    from BitTorrent.platform import install_translation
  File "/home/lemon/Applications/BitTorrent-5.3-GPL/python_bt_codebase/BitTorrent/__init__.py", line 36, in <module>
    from BTL import BTFailure, InfoHashType
ImportError: No module named BTL
I just could not make it out what it says. So can you please help me out in installing the program.
 
Old 03-09-2010, 07:42 PM   #2
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Install the library parts first?
 
Old 03-10-2010, 09:52 AM   #3
lemon09
Member
 
Registered: Jun 2009
Location: kolkata,India
Distribution: Mandriva,openSuse,Mint,Debian
Posts: 285

Original Poster
Blog Entries: 1

Rep: Reputation: 37
Can you please tell me how do I find whether a specific library is installed or not...I mean is there any specific command???
 
Old 03-10-2010, 11:04 AM   #4
reed9
Member
 
Registered: Jan 2009
Location: Boston, MA
Distribution: Arch Linux
Posts: 653

Rep: Reputation: 142Reputation: 142
Quote:
Originally Posted by lemon09 View Post
I have recently downloaded the source code for bit torrent client from their website.

According to the instruction given I tried to install to it...but there was a problem, which reads like this->

Code:
# python setup.py install
Traceback (most recent call last):
  File "setup.py", line 23, in <module>
    from BitTorrent.platform import install_translation
  File "/home/lemon/Applications/BitTorrent-5.3-GPL/python_bt_codebase/BitTorrent/__init__.py", line 36, in <module>
    from BTL import BTFailure, InfoHashType
ImportError: No module named BTL
I just could not make it out what it says. So can you please help me out in installing the program.
According to the install.unix.txt file included with the tar ball, the proper way to install is to run the install_nix.sh script.

The instructions asking you to run python setup.py install, are quote "included for historical reasons."

The dependecies for bittorrent are listed thusly
Quote:
Install Python, version 2.3 or later. (2.4 recommended)
http://python.org/

Install wxWidgets, version 2.6 or later, in the Unicode flavor.
http://wxwidgets.org/

Install wxPython, version 2.6 or later, in the Unicode flavor.
http://wxpython.org/

Install GTK, version 2.6 or later.
http://gtk.org/

Install Twisted, version 2 or later.
http://twistedmatrix.com/trac/

Install PyCrypto, version 2 or later.
http://www.amk.ca/python/code/crypto

Install Psyco.
http://psyco.sourceforge.net/

Install Zope.Interface.
http://www.zope.org/Products/ZopeInterface
And is there really no bittorrent package in your distribution?
 
Old 03-10-2010, 11:54 AM   #5
lemon09
Member
 
Registered: Jun 2009
Location: kolkata,India
Distribution: Mandriva,openSuse,Mint,Debian
Posts: 285

Original Poster
Blog Entries: 1

Rep: Reputation: 37
Quote:
And is there really no bittorrent package in your distribution?
What do you mean by bittorrent package??

I have a few bittorrent clients in the distribution dvd. There is deluge and transmission. I do use it at times but I want to try some other clients too.


A small question: which one among the three would be better(i.e, powerful and lots of options to configure. It should include a scheduler too)
 
Old 03-10-2010, 12:56 PM   #6
reed9
Member
 
Registered: Jan 2009
Location: Boston, MA
Distribution: Arch Linux
Posts: 653

Rep: Reputation: 142Reputation: 142
Quote:
Originally Posted by lemon09 View Post
What do you mean by bittorrent package??

I have a few bittorrent clients in the distribution dvd. There is deluge and transmission. I do use it at times but I want to try some other clients too.


A small question: which one among the three would be better(i.e, powerful and lots of options to configure. It should include a scheduler too)
I mean, your distribution provides software packages in an online repository, available for easy download and installation, and likely has the program bittorrent available. What distribution are you using?

I have never used the original Bittorrent client. Of Deluge and Transmission, Transmission is lighter and smaller than Deluge. Deluge is probably more featureful. Both include a scheduler.
 
Old 03-10-2010, 07:50 PM   #7
lemon09
Member
 
Registered: Jun 2009
Location: kolkata,India
Distribution: Mandriva,openSuse,Mint,Debian
Posts: 285

Original Poster
Blog Entries: 1

Rep: Reputation: 37
Well I use Mandriva linux!!!
 
Old 03-10-2010, 09:40 PM   #8
reed9
Member
 
Registered: Jan 2009
Location: Boston, MA
Distribution: Arch Linux
Posts: 653

Rep: Reputation: 142Reputation: 142
Package management in Mandriva:
http://wiki.mandriva.com/en/Docs/Bas...oving_software

I checked one of Mandriva's mirrors and there is a package for bittorrent. (You didn't mention release or architecture so that is Mandriva 2010, 32 bit.) Anyway, you should just search in your package manager for it and install as shown in the first link.
 
Old 03-12-2010, 05:54 AM   #9
lemon09
Member
 
Registered: Jun 2009
Location: kolkata,India
Distribution: Mandriva,openSuse,Mint,Debian
Posts: 285

Original Poster
Blog Entries: 1

Rep: Reputation: 37
Thanks a lot to all..........
 
  


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
How to block Bit Torrent and Bit Commet like softwares using Squid mianmajidali Linux - Server 1 01-07-2010 01:28 PM
Command line Bit Torrent problem phishtrader Linux - Software 2 10-06-2004 01:37 PM
installing bit torrent pepsi Linux - Software 6 06-15-2004 07:18 PM
Installing bit torrent client. Budious Linux - Newbie 9 12-31-2003 02:38 AM
Bit Torrent Problem Lossenelin Linux - Software 8 08-18-2003 06:58 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:37 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