PDA

View Full Version : linux


warinthepocket
2003-11-14, 00:04
I can not figure out how to use BT on linux
I am using mandrake 9.1 and have used BT on
windows before
any help would be appriciated

Wucherkater
2003-11-14, 12:47
Just download the client http://bitconjurer.org/BitTorrent/BitTorrent-3.3.tar.gz or download a rpm version of it, then extract into a dir and start it with

./btdownloadcurses
or if you want a other gui version start it with
./btdownloadgui

warinthepocket
2003-11-14, 22:00
Just download the client http://bitconjurer.org/BitTorrent/BitTorrent-3.3.tar.gz or download a rpm version of it, then extract into a dir and start it with


or if you want a other gui version start it with


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

with what do I replace wxPython.wx ? , also with the rpm it says that it needs something like BT 2.3

Vulkar
2003-11-15, 02:18
As a side note, or alternate options:

1. If you understand how to run wineX, you could emulate your favorite BT client. I emulate ABC client fairly regularly. (I'm on Mandrake 9.1 also.)
2. ML Donkey supports Bittorrent downloads. I'm not sure if you use emule but that could be a way to easily get BT and combine your emule usage into one program.

Wucherkater
2003-11-15, 11:20
As a side note, or alternate options:

1. If you understand how to run wineX, you could emulate your favorite BT client. I emulate ABC client fairly regularly. (I'm on Mandrake 9.1 also.)


oO why to do that?

@warinthepocket RTFM :P


INSTALL.unix.txt:
install Python, version 2.0 or later - http://python.org/
install wxPython - http://wxpython.org/
...

Shii
2003-11-15, 21:34
oO why to do that?
That's what I want to know... Python is cross-platform, there's no need to emulate anything...

By the way, you don't need the wxPython GUI. Just press Ctrl-Alt-F1, log in, and run "btdownloadcurses.py <torrentfilename>.torrent". Now it will run without cluttering your desktop :)