Ticket #7625 (closed enhancement: fixed)
trac-admin fails with DistributionNotFound error
| Reported by: | koch@… | Owned by: | rblank |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.11.2 |
| Component: | general | Version: | 0.11.1 |
| Severity: | normal | Keywords: | DistributionNotFound, trac-admin |
| Cc: |
Description
After installing trac 0.11.1 using http://ftp.edgewall.com/pub/trac/Trac-0.11.1.win32.exe over an existing (working) 0.11 Version i run in the following trouble.
C:\Python24\Scripts>trac-admin c:\Projects\test.trac.db
Traceback (most recent call last):
File "C:\Python24\Scripts\trac-admin-script.py", line 5, in ?
from pkg_resources import load_entry_point
File "C:\Python24\lib\site-packages\setuptools-0.6c7-py2.4.egg\pkg_resources.p
y", line 2564, in ?
for dist in working_set.resolve(
File "C:\Python24\lib\site-packages\setuptools-0.6c7-py2.4.egg\pkg_resources.p
y", line 524, in resolve
raise DistributionNotFound(req) # XXX put more info here
pkg_resources.DistributionNotFound: Trac==0.11.1
Did i miss something?
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


