Edgewall Software

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#5038 closed defect (worksforme)

trac-admin errors after TracOnWindows/Python2.5 installation — at Version 1

Reported by: unlivingrolan@… Owned by: Christopher Lenz
Priority: high Milestone:
Component: admin/console Version: devel
Severity: critical Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Christian Boos)

Following the new TracOnWindows/Python2.5 I successfully installed Trac on my windows machine, but when it came to executing trac-admin(trac-admin.exe or trac-admin-script.py), i got the following errors and stopping me from creating an environment:

Traceback (most recent call last):
  File "D:\Python25\Scripts\trac-admin-script.py", line 5, in <module>
    from pkg_resources import load_entry_point
  File "D:\Python25\lib\site-packages\setuptools-0.6c5-py2.5.egg\pkg_resources.p
y", line 2483, in <module>
  File "D:\Python25\lib\site-packages\setuptools-0.6c5-py2.5.egg\pkg_resources.p
y", line 483, in resolve
pkg_resources.DistributionNotFound: Genshi>=0.4dev-r493,<0.4dev-r510

Change History (1)

comment:1 by Christian Boos, 17 years ago

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

See the note at the bottom of the milestone:0.11 page: for the time being, you need [Genshi 509] for Trac trunk, as it doesn't work with latest Genshi trunk for now.

Note: See TracTickets for help on using tickets.