LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   bittorent errors -> can't find wxpython? (https://www.linuxquestions.org/questions/linux-software-2/bittorent-errors-cant-find-wxpython-289581/)

hylke 02-13-2005 04:55 AM

bittorent errors -> can't find wxpython?
 
Hello
I've downloaded (a) bittorent (client).
But i keep getting the following errors when i run btdownloadgui.py:
Quote:

Traceback (most recent call last):
File "./btdownloadgui.py", line 16, in ?
from wxPython.wx import *
ImportError: No module named wxPython.wx
But i do have wxpython installed.
I've just finished running ldconfig for wxpython(i've just compiled it from search again), but it doesn't seem to find it.
So does anyone know how to fix it?
Distrobution: Slackware 10.0
Thanx #ma*

spurious 02-13-2005 02:39 PM

Remove the version of bittorrent that you downloaded, and install the official bittorrent package for Slackware 10.0 [ie. installpkg bittorrent*.tgz]

Make sure that you are still using Python 2.3; I found that Python 2.4 broke bittorrent.

hylke 02-14-2005 06:14 AM

Quote:

Originally posted by spurious
Remove the version of bittorrent that you downloaded, and install the official bittorrent package for Slackware 10.0 [ie. installpkg bittorrent*.tgz]

Make sure that you are still using Python 2.3; I found that Python 2.4 broke bittorrent.

Thanx
I've installed that bittorrent and removed the old bittorrent and then installed python from my slackware cd(cus i had python 2.4 installed).But i still get the errors:
Quote:

QMetaObject::findSignal:FileListView: Conflict with QListView::doubleClicked(QListViewItem*,const QPoint&,int)
hylke@Hylke:~$ /usr/bin/btdownloadgui.py
Traceback (most recent call last):
File "/usr/bin/btdownloadgui.py", line 13, in ?
from wxPython.wx import *
ImportError: No module named wxPython.wx
So can somebody please help me

spurious 02-19-2005 01:54 PM

Doublecheck your version of python; at the bash prompt, type python (to exit python, hit Ctrl-D).

Also, try bittorrent in console mode. At the bash prompt, type:

btdownloadcurses.py --max_upload_rate 12 filename.torrent

hylke 02-25-2005 12:33 PM

Quote:

Also, try bittorrent in console mode. At the bash prompt, type:

btdownloadcurses.py --max_upload_rate 12 filename.torrent [/B]
I gues i'il stick with the comandline one, cus i like it too :-)


All times are GMT -5. The time now is 10:22 PM.