Edgewall Software
Modify

Opened 14 years ago

Closed 14 years ago

#9506 closed defect (worksforme)

Tracd Failing and trac-admin failing

Reported by: Parameswaran <parames.k@…> Owned by:
Priority: highest Milestone:
Component: general Version: 0.11.2
Severity: critical Keywords:
Cc: parames@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Remy Blank)

Hi,

I have successfully installed TRAC 0.11.2 on SuSE Linux Enterprice Server(X86_64). But i am not able to start the trac-admin or tracd.

Trac Installation path /usr/lib/python2.6/site-packages

server01:~ # tracd
'import site' failed; use -v for traceback
Traceback (most recent call last):
  File "/usr/bin/tracd", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib64/python2.6/site-packages/pkg_resources.py", line 2562, in <module>
    working_set.require(__requires__)
  File "/usr/lib64/python2.6/site-packages/pkg_resources.py", line 626, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib64/python2.6/site-packages/pkg_resources.py", line 524, in resolve
    raise DistributionNotFound(req)  # XXX put more info here
pkg_resources.DistributionNotFound: Trac==0.11.2

server01:~ # trac-admin
'import site' failed; use -v for traceback
Traceback (most recent call last):
  File "/usr/bin/trac-admin", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib64/python2.6/site-packages/pkg_resources.py", line 2562, in <module>
    working_set.require(__requires__)
  File "/usr/lib64/python2.6/site-packages/pkg_resources.py", line 626, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib64/python2.6/site-packages/pkg_resources.py", line 524, in resolve
    raise DistributionNotFound(req)  # XXX put more info here
pkg_resources.DistributionNotFound: Trac==0.11.2

Can anyone tell us what the problem is

Attachments (0)

Change History (1)

comment:1 by Remy Blank, 14 years ago

Description: modified (diff)
Resolution: worksforme
Status: newclosed

This is an InstallationIssue. Please ask on the MailingList and/or IrcChannel.

(Also, 0.11.2 is quite old, you should use 0.11.7 instead.)

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.