Package Details: pyrocore 0.4.2-2

Package Base: pyrocore
Description: A collection of tools for the BitTorrent protocol, especially the rTorrent client
Upstream URL: http://pypi.python.org/pypi/pyrocore/
Category: network
Licenses: GPL
Submitter: Dieter_be
Maintainer: oblique
Last Packager: None
Votes: 13
First Submitted: 2011-03-07 21:55
Last Updated: 2012-06-18 06:20

Latest Comments

Comment by oblique

2012-08-24 10:36

ok, no problem.

Anonymous comment

2012-08-23 14:19

Ignore the flag, i confused the svn version with an actual release.

Comment by oblique

2012-06-18 06:23

package adopted and fixed

Anonymous comment

2011-12-29 07:38

this should be dependent on pyrobase which unfortunately has no PKGBUILD yet. getting pyrocore up and running on my system required that i remove this package and reinstall pyrocore into a virtualenv with pyrobase also. i'm sure there is a system-wide installation method you could be using but i can't imagine it at this hour. i will think on it some more and hopefully get a pyrobase PKGBUILD mocked up at the very least for now.

Comment by GutenYe

2011-12-05 03:13

another way to INSTALL.

pip-2.7 install pyrocore

Anonymous comment

2011-11-01 16:22

On calling pyroadmin:

Traceback (most recent call last):
File "/usr/bin/pyroadmin", line 5, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2709, in <module>
working_set.require(__requires__)
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 686, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 584, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: pyrobase>=0.2

Comment by Dieter_be

2011-08-17 08:06

Hi,
disowned. You are welcome to take over maintainership :)

Anonymous comment

2011-03-23 23:19

Actually, creating a virtualenv would be most appropriate, see the bootstrap.sh script(s) in the sources, and http://code.google.com/p/pyroscope/wiki/InstallFromSource.