Posts in category install
Setting up Trac, getting past the errors.
So I thought the install would go smooth but a few hiccups always creep in.
Basically I followed these instructions and another page for authentication
With some diligent work I worked through: (make sure to look at your apache logs, mines at /var/log/apache2/error.log)
- mod_python is the way to go in terms of setup, speed etc.
- Get an IOError: zipimport: go check the permission on the mentioned file, make sure it's at least 644
example:
sudo chmod 644 setuptools-0.6c9-py2.5.egg
- Python Option and Set Env PYTHON_EGG_CACHE flat out didn't work for me though as reported and worked around, although a fix to the code eludes.
- Import Error on compat, take a look at this ticket

rss
