I am trying to install Trac on a Windows Server 2008 R2 server 64-bit.
I am following the guide on http://trac.edgewall.org/wiki/TracInstall. I first installed Python, installing the Python 2.7.2 Windows Installer. (32-bit version).
Then, I tried to install Setup Tools using the guidelines here: http://peak.telecommunity.com/DevCenter/setuptools#installing-setuptools.
It seemed to install successfully, however when I run easy_install i always get:
Traceback (most recent call last):
File "C:\Python26\Scripts\easy_install-script.py", line 5, in <module>
from pkg_resources import load_entry_point
ImportError: No module named pkg_resources
Searching on google about the pkg_resources all pointed to an incorrectly installed setuptools, but I followed all the steps!
any ideas