LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Slackware 9.0 & bit torrent gui (https://www.linuxquestions.org/questions/slackware-14/slackware-9-0-and-bit-torrent-gui-89952/)

station 09-06-2003 02:49 PM

Slackware 9.0 & bit torrent gui
 
I was wondering if anyone who uses bit torrent and slack 9.0 has ever got the btgui to work. I have looked around all over these forums for solutions..but no matter what i do i can not get the btdownloadgui to load. So i figured i should goto this forum and ask..and maybe i'll get help. Thanks.





:newbie:

elp 09-06-2003 03:11 PM

Re: Slackware 9.0 & bit torrent gui
 
Quote:

Originally posted by station
I was wondering if anyone who uses bit torrent and slack 9.0 has ever got the btgui to work. I have looked around all over these forums for solutions..but no matter what i do i can not get the btdownloadgui to load. So i figured i should goto this forum and ask..and maybe i'll get help. Thanks.

:newbie:

Yep you need to have Python and wxPython installed,

http://wxpython.org

station 09-06-2003 03:28 PM

i know i have python 2.3 installed..cause i do a python at a prompt and it tells me...as far as wxPython....i am pretty sure i installed it..but i guess i didn't do it correctly because the gui still doesn't come up.

zen_guerrilla 09-07-2003 06:57 AM

Go here :
http://slackpack.tripleg.net.au/slac.../wxgtk-python/
Grab everything, read README, fetch wxPythonSrc from the url mentioned in README, run ./*.Slackbuild and u'll have nice wxPython pkgs to install
on your slack box. :)

station 09-07-2003 03:15 PM

ran those scripts..installed the pkgs...still won't load the gui. dunno why..guess i'll have to put up with running it in the terminal (which i always manage to close out....which is why i prefer the gui). if anyone can think of anything else..or maybe something i'm doing wrong..feel free to tell :d

thanks.

station 09-07-2003 04:52 PM

well it turns out that wxPython isn't installing...i run the btgui manually on a torrent file and get the same old error. bleh!!

zen_guerrilla 09-08-2003 06:10 PM

I have custom-made pkgs for bittorrent, wxgtk, wxpython that work great here. However I' ve made them on -current (aka against glibc-2.3.2), if you run -current and have any ftp or something I could send them over.
pm me if interested.

station 09-11-2003 09:58 PM

hey, i'm interested...sorry it took me long to get back to ya..but i've been sick and extremely busy with school work and haven't had anytime to mess around with linux. But sometime soon in the next few days i'll be able to setup a way for you to get me those files. I would have pm'd you..but it isn't letting me use that function. Thanks.

zen_guerrilla 09-11-2003 11:03 PM

Quote:

Originally posted by station I would have pm'd you..but it isn't letting me use that function.
Just found out that we need to be contributing members (http://www.linuxquestions.org/member/) in order pm to work. Sorry for the confusion :)

station 09-12-2003 05:32 PM

How can i setup an ftp or something so that you can get me those pkg's? I don't know how to do this in linux. What would be the best way? (preferablly a server and way that is not too hard to setup)

zen_guerrilla 09-12-2003 05:50 PM

Quote:

Originally posted by station
How can i setup an ftp or something so that you can get me those pkg's? I don't know how to do this in linux. What would be the best way? (preferablly a server and way that is not too hard to setup)
I now can put them on an anonymous ftp server at my work. Give me your e-mail to contact you for more info & give you the ip address & stuff.

station 09-12-2003 06:12 PM

station@inorbit.com is my email....i appreciate this :)

Nevion 09-20-2003 11:39 PM

simplest instructions woulr be to get get wxgtk and wxpython (you need fresh copys, not just an environment where you did "make distclean" or something so just delete anything old you had and extract both so they are brand new
change wxgtk's name to "build"
put build inside wxpython
make sure your root
cd wxpython/build and now the part you where probably screwing up on
1)export WXPREF=/usr/lib/wxPython
2)"../configure --with-gtk --prefix=$WXPREF --enable-rpath=$WXPREF/lib --with-opengl --enable-geometry --enable-optimise --enable-debug_flag && make && make install"
(yes that WAS 2 DOTS AS IN PARENT DIRECTORY CONFIGURE, you have to do it like that and not the old ./configure)
3)ldconfig to catch any new libraries
4)cd ../wxPython
5)python setup.py WX_CONFIG=$WXPREF/bin/wx-config build install

afterwords just try opening a torrent and make sure you have it set to open with /pathtoyourbittorrentsources/btdownloadgui.py and presto a nice working bt gui


All times are GMT -5. The time now is 02:06 AM.