Modify ↓
#10237 closed defect (cantfix)
Error with trac on RHEL
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.12 |
| Severity: | major | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
Followed these instructions: http://trac.edgewall.org/wiki/TracOnRHEL
No error on install… but when I get to the step to initiate the project, I get a fatal error:
#>trac-admin /srv/trac/myproject initenv
Traceback (most recent call last):
File "/usr/bin/trac-admin", line 5, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 2655, in <module>
working_set.require(__requires__)
File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 648, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 546, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: Trac==0.12
Attachments (0)
Change History (3)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
| Milestone: | 0.12.3 |
|---|---|
| Resolution: | → cantfix |
| Status: | new → closed |
InstallationIssue, please ask on the MailingList and / or IrcChannel.
comment:3 by , 14 years ago
I fixed this my just doing the easy_install method. YUM Install is broken.
Note:
See TracTickets
for help on using tickets.



I also get the same error if I try to start the TRACD daemon.
#> tracd Traceback (most recent call last): File "/usr/bin/tracd", line 5, in <module> from pkg_resources import load_entry_point File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 2655, in <module> working_set.require(__requires__) File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 648, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 546, in resolve raise DistributionNotFound(req) pkg_resources.DistributionNotFound: Trac==0.12