Edgewall Software
Modify

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#10237 closed defect (cantfix)

Error with trac on RHEL

Reported by: trac-bug@… 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 anonymous, 13 years ago

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

comment:2 by Remy Blank, 13 years ago

Milestone: 0.12.3
Resolution: cantfix
Status: newclosed

InstallationIssue, please ask on the MailingList and / or IrcChannel.

comment:3 by anonymous, 13 years ago

I fixed this my just doing the easy_install method. YUM Install is broken.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.