Posts Tagged ‘trac’

Installing Post-Commit-Hook for Subversion and Trac 0.11

If you have a Subversion running including a Trac connection, it’s nice to have the post-commit-hook running, too. With this hook, you can include additional keywords (closes, fixes) in commit-comments which then allow to close, fix etc. tickets. I installed it in the following way. My Subversion directory is in this case /svn and my [...]

ImportError: No module named trac.web.modpython_frontend

I just updated my Debian Etch installation to Lenny. I am using Trac on this system and got the following error, when I tried to access it: ImportError: No module named trac.web.modpython_frontend I struggled around a lot and the easy solution was to update the Trac system via easy_install –upgrade Trac

error: Unexpected HTML page found at http://trac-hacks.org/svn/accountmanagerplugin/0.10

I got the following error: error: Unexpected HTML page found at http://trac-hacks.org/svn/accountmanagerplugin/0.10 To fix it, you need to update setuptools via sudo easy_install -U setuptools