Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ABC for Unix 3.1 Beta 1
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
Waninkoko
Guru
Guru


Joined: 13 May 2005
Posts: 549

PostPosted: Wed Oct 26, 2005 2:33 pm    Post subject: ABC for Unix 3.1 Beta 1 Reply with quote

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
View user's profile Send private message
gmichels
Guru
Guru


Joined: 20 Jun 2003
Posts: 480
Location: Brazil

PostPosted: Wed Oct 26, 2005 5:09 pm    Post subject: Reply with quote

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
View user's profile Send private message
Waninkoko
Guru
Guru


Joined: 13 May 2005
Posts: 549

PostPosted: Wed Oct 26, 2005 5:45 pm    Post subject: Reply with quote

I think you have to upgrade to Python 2.4.
Back to top
View user's profile Send private message
gmichels
Guru
Guru


Joined: 20 Jun 2003
Posts: 480
Location: Brazil

PostPosted: Wed Oct 26, 2005 7:30 pm    Post subject: Reply with quote

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
View user's profile Send private message
leimus
n00b
n00b


Joined: 22 Mar 2005
Posts: 10

PostPosted: Sun Nov 20, 2005 12:06 am    Post subject: Reply with quote

are you planning to update this project often?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum