Tyrone Hed wrote:
...
>   File "/usr/local/lib/python2.5/site-packages/trac/web/main.py", line 456, 
> in send_project_index
>     req.hdf = HDFWrapper(loadpaths)
>   File "/usr/local/lib/python2.5/site-packages/trac/web/clearsilver.py", line 
> 135, in __init__
>     raise TracError, "ClearSilver not installed (%s)" % e
> TracError: ClearSilver not installed (No module named neo_cgi)

Can't you just modify
/usr/local/lib/python2.5/site-packages/trac/web/clearsilver.py to print
sys.path just before it tries to import it (somewhere before line 135) and see
where it's looking for neo_cgi?  Or just add str(sys.path) to the trac error 
line?

Looks like it's trying to be helpful here.

-- 
Gary

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to