SCIENTIFIC-LINUX-USERS Archives

May 2006

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Axel Thimm <[log in to unmask]>
Reply To:
Scientific Linux Users mailing list <[log in to unmask]>
Date:
Wed, 31 May 2006 18:14:40 +0200
Content-Type:
multipart/signed
Parts/Attachments:
text/plain (786 bytes) , application/pgp-signature (194 bytes)
On Wed, May 31, 2006 at 04:56:54PM +0300, Ioannis Vranos wrote:
> Does anyone know how to install the latest stable version of BitTorrent to 
> SL 4.3? It requires Python 2.4, I have installed python24 packages from one 
> of the repositories (atrpms if I recall well), but I am still getting error:
> 
> [root@localhost download]# bittorrent
> Traceback (most recent call last):
>   File "/usr/bin/bittorrent", line 17, in ?
>     from BitTorrent.platform import install_translation
> ImportError: No module named BitTorrent.platform
> 
> [root@localhost download]#
> 
> 
> 
> Any suggestions would be welcomed.

Probably /usr/bin/bittorrent starts with

#! /usr/bin/python

Change that to

#! /usr/bin/python2.4

or call the script with

python2.4 /usr/bin/bittorrent
-- 
Axel.Thimm at ATrpms.net


ATOM RSS1 RSS2