Make sure apache, python, mod_python, subversion, sqlite, clearsilver, & clearsilver-python are installed as well as working first.
Trac uses the swig bindings installed with Subversion, not pysvn.
– install setuptools on behalf of genshi as well as pygments (needed on behalf of 0.11, not on behalf of 0.10)
# wget http://peak.telecommunity.com/dist/ez_setup.py
# python ez_setup.py
# easy_install genshi
# easy_install pygments
# easy_install docu Read more >>> |