Creating the Tracd environment
I tried to create a Tracd environment using the following command:
trac-admin D: \ My_Project initenv
I am getting the error
Import error: no module named pkg_resources
What am I missing? I have installed Genshi and Python 2.5.2
Thank...
+1
Manoj
source
to share
1 answer
Read the Trac wiki . You need setuptools , which you can download here .
+1
Sunlight
source
to share