LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   BitTorrent can't find gtk (https://www.linuxquestions.org/questions/slackware-14/bittorrent-cant-find-gtk-318914/)

Kruncher 04-30-2005 08:58 PM

BitTorrent can't find gtk
 
I have Python, GTK, pygtk, and BitTorrent (4.0.1) installed.
This is the error BitTorrent gives me:

bash-3.00$ python btdownloadgui.py
Traceback (most recent call last):
File "btdownloadgui.py", line 27, in ?
import gtk
ImportError: No module named gtk

carboncopy 04-30-2005 10:06 PM

Same here. Have not tried to resolve it. I use
Code:

btdownloadcurses.py --max_upload_rate NUM --save_in /foo/bar MY.torrent
Low CPU consumption :)

Kruncher 04-30-2005 11:28 PM

Could it be how I installed pygtk?

$ ./configure
$ make
$ su
# checkinstall

I would have done it like it says in the README
$ ./configure --prefix=<prefix where python is installed>
$ make
$ make install

but I don't know where python is installed to.

reddazz 05-01-2005 02:52 AM

You could try azureus.

carboncopy 05-01-2005 09:37 AM

Azureus takes too much processing power.

I couldn't watch VCD and had Azureus running at the same time.

With bittorrent, I could.

reddazz 05-01-2005 11:41 AM

Well you can use btdownloadcurses.py as directed above. It runs in the console and doesn't use up a lot of resources.

Kruncher 05-01-2005 05:49 PM

I don't want to use Azureus and I don't want to use command line.
What can I do to resolve this problem?

gbonvehi 05-01-2005 06:24 PM

Try using the pygtk package from http://linuxpackages.net

torzsmokus 10-20-2005 07:35 PM

a very simple solution
 
you must use python2.3 for BitTorrent.
instead of
Quote:

$ python btdownloadgui.py
type
Code:

$ python2.3 btdownloadgui.py
it's that simple :cool:

reddazz 10-22-2005 11:17 AM

Quote:

Originally posted by Kruncher
I don't want to use Azureus and I don't want to use command line.
What can I do to resolve this problem?

If you use KDE, you can install ktorrent.

carboncopy 10-23-2005 02:58 AM

Re: a very simple solution
 
Quote:

Originally posted by torzsmokus
you must use python2.3 for BitTorrent.
instead of
type
Code:

$ python2.3 btdownloadgui.py
it's that simple :cool:

Thanks,

I never bothered to find out how to fix the gtk problem. :)

I use btdownloadcurses.py as well.

The only complain I have about using official bittorrent from command line is that I can't change the parameter on the fly. Parameters such as --max_upload_rate


All times are GMT -5. The time now is 08:04 PM.