LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Bittorrent Won't Find wxPython (https://www.linuxquestions.org/questions/linux-software-2/bittorrent-wont-find-wxpython-202795/)

AFI_Flame 07-08-2004 07:03 PM

Bittorrent Won't Find wxPython
 
I'm trying to run the offical Bittorrent client and i get this error.

Code:

Traceback (most recent call last):
  File "./btdownloadgui.py", line 13, in ?
    from wxPython.wx import *
ImportError: No module named wxPython.wx

So I guessed I didn't have wxPython. I downloaded the source and compiled it with ./configure, make, and make install. I added LD_LIBRARY_PATH=/usr/local/lib to my environment like it said but I still get the same error.

veritas 07-08-2004 09:11 PM

You probably have to run
Code:

ldconfig
after you finish compiling and intalling python. (might have to be root)

AFI_Flame 07-08-2004 11:16 PM

it didn't work :(

AFI_Flame 07-09-2004 12:58 PM

bump

Micro420 07-09-2004 02:49 PM

Forget that python crap. This is how I get my torrents in the konsole/terminal:

./btdownloadheadless.py filename.torrent

and it starts downloading/uploading via konsole. The torrent file will be saved in the BitTorrent directory.

AFI_Flame 07-09-2004 03:32 PM

yea i know you can do that but i want the gui :(


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