On Sun, Dec 25, 2011 at 1:53 PM, y <r.hae...@web.de> wrote: > please continue development on apt-p2p (it is very easy to fix the missing > package dependency in AptPackage.py, see below) as of I still like this > project or else announce it official as dead/discontinued/abandoned. > > --- How to fix AptPackage.py (missing module OpProgress): --- > - go to apt_p2p/AptPackage.py and open it with your editor > - Find a line (about line 40) that says: (between arrows) >>>>from apt import OpProgress<<< > - Replace it with: (again leave the arrows out) >>>>from apt.progress.base import OpProgress<<< > > This should fix it and make it working again (at least it launches but has > crashes/minor bugs here and there).
Unfortunately, the fix is not as simple as this. This change does stop the failures, but the changes to the apt python bindings are much larger than just this. I don't think the parsing of Packages files is working at all after this change. That prevents apt-p2p from functioning properly. Are you able to see your apt-p2p clients sharing data with each other after this change? In terms of discontinuing/abandoning the project, I have just started a new job where I have little time to devote to it. The combination of requiring extra work to fix it, and the lack of users, makes me unwilling to contribute much time. If you are able to devote some time to working on this project, perhaps towards the goal of eventually taking it over, I would be happy to help you out during the learning phase. Or if you know of others willing to contribute, that would be great too. Thanks for your continued interest, Cameron -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org