On Sat, Oct 27, 2007 at 04:30:16PM +0200, Emmanuel Blot wrote: > > TracError: ClearSilver not installed (No module named neo_cgi) > > It is likely that the Python engine cannot reach the neo_cgi.so > dynamic library, which is usually located in > /usr/lib/python.../site-packages directory. YMMV, I don't know CentOS. > > You may want to verify where this library has been installed, using > your package manager tools or the find command.
And then add the path to the so to your dynamic linker's search path, for example by adding it to /etc/ld.so.conf (do not forget to run ldconfig afterwards) BTW: If I were the OP, I would start with the trunk version of trac. It is stable and nearly finished - I think before Hurd gets released ;-) Rainer --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
