|
bittorrent problems
I am trying to install bittorrent. I installed the .deb file from the bittorrent site but when I try and run bittorrent i get the following:
# bittorrent Traceback (most recent call last):
File "/usr/bin/bittorrent", line 53, in ?
from BitTorrent import NewVersion
File "/usr/lib/python2.3/site-packages/BitTorrent/NewVersion.py", line 27, in ?
from Crypto.PublicKey import DSA
ImportError: No module named Crypto.PublicKey
Is bittorrent even the correct command? How do I uninstall what I have already installed an so I can use apt-get to install bittorrent?
|