[Trac] Re: Problem with trac on mod_python

Markus Fuchs trac at yeahware.com
Tue Mar 1 06:56:37 EST 2005


> ClearSilver not installed (No module named neo_cgi)
> Traceback (most recent call last):
>   File
"C:\PROGRA~1\Python\lib\site-packages\trac\web\modpython_frontend.py",
> line 179, in handler
>     dispatch_request(mpr.path_info, mpr, env)
>   File "C:\PROGRA~1\Python\lib\site-packages\trac\web\main.py", line 301,
in
> dispatch_request
>     req.hdf = HDFWrapper(loadpaths=[env.get_templates_dir(),
>   File "C:\PROGRA~1\Python\lib\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)
>
> I have "neo_cgi.pyd" in "C:\Program Files\Python\Lib\site-packages\trac"
> and i don't have problems with ClearSilver before HDFWrapper update.

Copying neo_cgi.pyd to "C:\Program Files\Python\Lib\site-packages\trac\web"
should fix the problem.

- Markus




More information about the Trac mailing list