View previous topic :: View next topic |
Author |
Message |
Waninkoko Guru


Joined: 13 May 2005 Posts: 549
|
Posted: Wed Oct 26, 2005 2:33 pm Post subject: ABC for Unix 3.1 Beta 1 |
|
|
Hi.
Today I have released "ABC for Unix 3.1 Beta 1". This application is a port of the BitTorrent client "ABC" to *nix operating systems.
Yes, ABC is written in Python and runs in any operating system with Python but it's stable only on Windows so I had to rewrite/remove code to make the application stable in Linux.
This first version is beta but it's stable. You can download/seed torrents without problems and I have tested it and I didn't have any problems.
http://sourceforge.net/projects/abc-unix/
To install it, only decompress the .tar.bz2 file to / (tar xvjf /path/to/file/abc-unix-3.1_beta1.tar.bz2 -C /) and run "abc".
"ABC for Unix" depends on Python and wxPython so be sure you have both packages installed.
I hope you like this new application
PD: If someone can make an ebuild of the application I will be thankful. |
|
Back to top |
|
 |
gmichels Guru


Joined: 20 Jun 2003 Posts: 480 Location: Brazil
|
Posted: Wed Oct 26, 2005 5:09 pm Post subject: |
|
|
Just tried it out, got this:
Code: | $ abc
Starting ABC 3.1 for Linux...
Traceback (most recent call last):
File "/usr/share/abc/abc.py", line 23, in ?
from launchmanycore import LaunchMany
File "/usr/share/abc/launchmanycore.py", line 34, in ?
from abcengine import ABCEngine
File "/usr/share/abc/abcengine.py", line 4, in ?
from operator import itemgetter
ImportError: cannot import name itemgetter |
I have python 2.3.5 and wxpython 2.6.1.0. Really noob in python, so no clue what's wrong. |
|
Back to top |
|
 |
Waninkoko Guru


Joined: 13 May 2005 Posts: 549
|
Posted: Wed Oct 26, 2005 5:45 pm Post subject: |
|
|
I think you have to upgrade to Python 2.4. |
|
Back to top |
|
 |
gmichels Guru


Joined: 20 Jun 2003 Posts: 480 Location: Brazil
|
Posted: Wed Oct 26, 2005 7:30 pm Post subject: |
|
|
Yep, upgraded to 2.4.2 and it is working, so the correct dependency is >=python-2.4
I'll do some testing and come back to you with more information.
Thanks! |
|
Back to top |
|
 |
leimus n00b

Joined: 22 Mar 2005 Posts: 10
|
Posted: Sun Nov 20, 2005 12:06 am Post subject: |
|
|
are you planning to update this project often? |
|
Back to top |
|
 |
|