On Fri, 2006-06-16 at 08:52 -0700, Jeff Lanzarotta wrote: > Hello, > > I am trying to install trac on a new install of SuSE 10.1. I receive the > following > error when I attempt to access the trac: > > ----------8<---------- > > Oops... > > Trac detected an internal error: > > ClearSilver not installed (No module named neo_cgi) > Traceback (most recent call last): > File "/usr/local/lib/python2.4/site-packages/trac/web/standalone.py", line > 303, in _do_trac_req > dispatch_request(path_info, req, env) > File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 139, > in dispatch_request > dispatcher.dispatch(req) > File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 83, in > dispatch > req.hdf = HDFWrapper(loadpaths=chrome.get_all_templates_dirs()) > File "/usr/local/lib/python2.4/site-packages/trac/web/clearsilver.py", line > 132, in __init__ > raise TracError, "ClearSilver not installed (%s)" % e > TracError: ClearSilver not installed (No module named neo_cgi) > > ----------8<---------- > I am attempting to run tracd and I also have clearsilver-0.10.3-0.pm.2 > installed... > > Any ideas?
Yes, it looks like you installed the Clearsilver Perl bindings (.pm) instead of the Python ones. You need to have the Python bindings installed. -- Matthew Good <[EMAIL PROTECTED]> _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
