ok, no problem.
Search Criteria
Package Details: pyrocore 0.4.2-2
Package Actions
| 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: | |
| Submitter: | Dieter_be |
| Maintainer: | oblique |
| Last Packager: | None |
| Votes: | 13 |
| First Submitted: | 2011-03-07 21:55 |
| Last Updated: | 2012-06-18 06:20 |
Required by (0)
Sources
Latest Comments
Comment by oblique
Anonymous comment
Ignore the flag, i confused the svn version with an actual release.
Comment by oblique
package adopted and fixed
Anonymous comment
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
another way to INSTALL.
pip-2.7 install pyrocore
Anonymous comment
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
Hi,
disowned. You are welcome to take over maintainership :)
Anonymous comment
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.