When I try to install Trac on Windows I get an error when I need to create a project

StackOverflow https://stackoverflow.com/questions/16905645

  •  30-05-2022
  •  | 
  •  

문제

When I try to install Trac on Windows, I get an error:

Traceback (most recent call last):   
File "C:\Python25\Scripts\trac-admin-script.py", line 5, in <module> from 
pkg_resources import load_entry_point   

File "C:\Python25\Lib\site-packages\pkg_resources.py", line 2565, in <module>      
parse_requirements(__requires__), Environment()   

File "C:\Python25\Lib\site-packages\pkg_resources.py", line 524, in resolve     raise    
DistributionNotFound(req)  # XXX put more info here pkg_resources.DistributionNotFound:  
Trac==1.0.1

Does anyone know what is wrong?

도움이 되었습니까?

해결책

Could be an env var path problem, not sure. I recommend to install the Windows version of Bitnami Trac Stack because it's an all-in-one package of Apache+Python+SVN+Trac. You install in a 3-minutes-action by click-click-click-click-done approach, and you will not have any trouble.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top