views:

94

answers:

1

I was trying to create a Tracd Environment using the following command :

trac-admin D:\My_Project initenv

I get an error saying

Import Error : No module named pkg_resources

What am I missing? I have installed Genshi and Python 2.5.2

Thanks...

+1  A: 

Read the Trac wiki. You need setuptools, which you can download here.

Sunlight