Linux - SoftwareThis 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
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.
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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
alright, im all about bittorent but its pissing me off on redhat, i downloaded the package and untared it, then i put the extension in /ect/mailcap/ of course in the location of the bittorrentdownloadgui.py thing, but its not working still... can someone help?
when i try with the gui:::
[drof@localhost BitTorrent-3.3]$ ./btdownloadgui.py /home/drof/Deltron 3030 - Deltron 3030.torrent
Traceback (most recent call last):
File "./btdownloadgui.py", line 13, in ?
from wxPython.wx import *
ImportError: No module named wxPython.wx
Do a search in this forum for Bit Torrent because you have to add some stuff to your browser so when you click on the download it brings up the right screen you need.
Se those spaces? Linux doesn't like spaces, especially in paramters. Try this:
./btdownloadcurses.py /home/drof/Deltron\ 3030\ -\ Deltron\ 3030.torrent
Or, edit the file name and remove the spaces. I don't think btdownloadcurses will like the "-" in the filename either. May think it's another parameter.
You can also use btlaunchmanycurses.py. People seem to ignore this command, but I love it. You just specify a directory and it processes all the .torrent files in that directory, and all organized one 1 nice window! You can even specify global options like --max_upload_rate 15 for all the torrents.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.