Wednesday, December 14, 2005

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

0 Comments:

Post a Comment

<< Home