LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Bit torrent Exerpimental installation (https://www.linuxquestions.org/questions/linux-newbie-8/bit-torrent-exerpimental-installation-150233/)

c0rderr0y 02-25-2004 01:43 AM

Bit torrent Exerpimental installation
 
anyone under stand this?

untar and put a line in /etc/mailcap which is similar to the
following, only replace the path to
/usr/bin/btdownloadgui.py with the one it's actually in.

application/x-bittorrent; /usr/bin/btdownloadgui.py %s; test=test -n "$DISPLAY"

i get the untar what is put a line in /etc/mailcap? i dont have anything called mailcap
and only replace what path to /usr/bin/btdownloadgui.py

sorry im still such a noob.....

miner 02-25-2004 03:22 AM

i can shed some light...but i gave up and use the ./btdownloadcurses.py command to download

open a terminal

cd /etc
chmod 777 mailcap
emacs mailcap

bigVoice 02-25-2004 06:12 AM

Are you using a distro with some sort of package management? This is probably easier for you to apt or use rpm or cast or something.

robot5x 02-25-2004 07:08 AM

I find the easiest thing is to just save the *.torrent link to disk, then run
btdownloadgui.py *.torrent
in the console.

c0rderr0y 02-25-2004 11:37 AM

the distro i am using is slackware.... anyway of installing it an easier way in their?

miner 02-25-2004 01:36 PM

Quote:

Originally posted by robot5x
I find the easiest thing is to just save the *.torrent link to disk, then run
btdownloadgui.py *.torrent
in the console.

when i run btdownloadgui.py *.torrent from the command line i get

File "./btdownloadgui.py", line 21, in ?
from BitTorrent.ConfigReader import configReader
File "/home/miner/BitTorrent-experimental-S-5/bittorrent-CVS-shadowsclient/BitTorrent/ConfigReader.py", line 4, in ?
ImportError: No module named wxPython.wx

i installed this RPM, wxPythonGTK-py2.3-2.4.2.4-1.i386.rpm. is a path command all i need or do i actually have to change some lines in my ConfigReader.py file.

sonmacharius 02-25-2004 07:39 PM

""when i run btdownloadgui.py *.torrent from the command line i get

File "./btdownloadgui.py", line 21, in ?
from BitTorrent.ConfigReader import configReader
File "/home/miner/BitTorrent-experimental-S-5/bittorrent-CVS-shadowsclient/BitTorrent/ConfigReader.py", line 4, in ?
ImportError: No module named wxPython.wx""""

yes i get the same error any help would be great

robot5x 02-26-2004 09:07 AM

Something's obviously wrong with your wxpython install -
I would recommend downloading the source from www.wxpython.org and compiling it yourself. This has always worked fine for me.

miner 02-28-2004 01:12 AM

i finally figure it out. i was trying to install the wxPythonGTK rpm meant for python 2.3 but i have python 2.2.


All times are GMT -5. The time now is 04:49 AM.