Modify ↓
#5038 closed defect (worksforme)
trac-admin errors after TracOnWindows/Python2.5 installation
| Reported by: | 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 )
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
Attachments (0)
Change History (2)
comment:1 by , 19 years ago
| Description: | modified (diff) |
|---|---|
| Resolution: | → worksforme |
| Status: | new → closed |
comment:2 by , 19 years ago
| Milestone: | 0.11 |
|---|
Note:
See TracTickets
for help on using tickets.



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.