Hello

I installed TRAC on a WinXP box per this page:
http://trac.edgewall.org/wiki/TracOnWindows

I used the following versions:
- Python 2.5 (python-2.5.2.msi) (installed to c:\dev\Python25)
- pywin32 extensions (pywin32-211.win32-py2.5.exe)
- Setup Tools (setuptools-0.6c7.win32-py2.5.exe)
- Genshi (Genshi-0.4.4.win32.exe)
- pysqlite (pysqlite-2.4.0.win32-py2.5.exe)
- TRAC (Trac-0.11rc2.win32.exe)

I created a directory - c:\data_trac, with the intention of creating
the first project in c:\data_trac\test-project

So from a command-line, I ran:
trac-admin.exe c:\data_trac\test-project initenv

it failed with the following error:
C:\dev\Python25\Scripts>trac-admin.exe c:/data_trac/test-project
initenv
Traceback (most recent call last):
  File "C:\dev\Python25\Scripts\trac-admin-script.py", line 5, in
<module>
    from pkg_resources import load_entry_point
  File "C:\dev\Python25\Lib\site-packages\pkg_resources.py", line
2565, in <module>
    parse_requirements(__requires__), Environment()
  File "C:\dev\Python25\Lib\site-packages\pkg_resources.py", line 524,
in resolve
    raise DistributionNotFound(req)  # XXX put more info here
pkg_resources.DistributionNotFound: Trac==0.11rc2

I also tried:
  trac-admin.exe c:/data_trac/test-project initenv (slashed reversed)
same error occurred

I tried with the c:\data_trac\test-project directory created, and with
the same dir not created, with both versions of slashes - same error
as above each time.

What does the error mean, and what do I need to do to fix it?.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to