BitTorrent RPM Problem

Problem: You downloaded and installed the RPM from the official site and got this error.

$ launchmany-console
Traceback (most recent call last):
  File "/usr/bin/launchmany-console", line 16, in ?
    from BitTorrent.platform import install_translation
ImportError: No module named BitTorrent.platform
$ python -V
Python 2.3.4

Solutions: Some people suggested upgrade Python to 2.4, or you could get the source code, read the INSTALL.unix.txt

How to build an .rpm format package and install it:
—————————————-

Generate an .rpm format package:
$ python setup.py bdist_rpm
Then install the .rpm:
$ rpm -Uvh dist/BitTorrent-4.x.y-1.noarch.rpm

Posted

in

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *