the forums at degreez.net
http://forums.degreez.net/

help installing bittornado on redhat9
http://forums.degreez.net/viewtopic.php?f=3&t=220
Page 1 of 1

Author:  Guest [ Fri Mar 26, 2004 11:25 am ]
Post subject:  help installing bittornado on redhat9

I'm trying to install bittornado under red hat 9. The problem is that i cant get to the point of acually installing bittornado because it needs python2.3 but redhat 9 has/uses/needs python2.2. Can anyone with some linux experience help me out?

Author:  TheSHAD0W [ Sat Mar 27, 2004 1:38 pm ]
Post subject: 

BitTornado should *not* require Python 2.3. Please let me know of any errors you are experiencing because of running it with an older Python version and I will fix them.

Author:  thongkh [ Sun Mar 28, 2004 9:27 am ]
Post subject: 

i'm using mandrake 9.2, i have python 2.3 and wxPython installed... 5.8.11 run fine in my system, just cant get bittornado running... :(

let me tell you how i run it... i usually download the torrent files in my local drive then run it with bittorrent... but when i use, or assign bittornado btdownloadgui.py to run... its just nothing happened... no error msg.. no nothing... :(

is anyone there have anyidea whats wrong with my system?? thankz...

Author:  guest [ Tue Mar 30, 2004 3:42 pm ]
Post subject:  the error

Hi... I thought I speed up the process since I have the same problem ...
the error is pasted below, I use RH9 with Python 2.2.2 and wxPython 2.4.2.4...
Thanks for your help !

---------------------------------------------------------------------------
[xxxx@xxxxx BitTornado-CVS]$ ./btdownloadgui.py
Traceback (most recent call last):
File "./btdownloadgui.py", line 7, in ?
from BitTornado import PSYCO
File "./BitTornado/__init__.py", line 49, in ?
resetPeerIDs()
File "./BitTornado/__init__.py", line 32, in resetPeerIDs
t = int(time()*100)
OverflowError: float too large to convert
----------------------------------------------------------------------------

Author:  TheSHAD0W [ Tue Mar 30, 2004 8:52 pm ]
Post subject: 

Huh. Weird. I wouldn't expect that to happen, my time() function should return the same as yours, shoudn't it?

Anyway, I'm switching the int conversions to long, which should fix the problem.

Cheers.

Author:  FriendorFoe [ Wed Mar 31, 2004 6:46 am ]
Post subject:  RedHat 8.0 is also not working

I used 5.8.11 with no problem.

./btdownloadcurses.py
Traceback (most recent call last):
File "./btdownloadcurses.py", line 8, in ?
from BitTornado import PSYCO
File "./BitTornado/__init__.py", line 49, in ?
resetPeerIDs()
File "./BitTornado/__init__.py", line 32, in resetPeerIDs
t = int(time()*100)
OverflowError: float too large to convert

rpm -q python
python-2.2.1-17

rpm -q wxPythonGTK-py2.2
wxPythonGTK-py2.2-2.4.0.2-2

i installed PSYCO with no change

Author:  TheSHAD0W [ Wed Mar 31, 2004 8:20 am ]
Post subject: 

Okay. This will be fixed in the next release.

Page 1 of 1 All times are UTC - 7 hours [ DST ]
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/