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...

Manoj
  • 5,011
  • 12
  • 52
  • 76

1 Answers1

1

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

Sunlight
  • 2,103
  • 13
  • 9