raise TracError, "ClearSilver not installed (%s)" % e
TracError: ClearSilver not installed (No module named neo_cgi)
It means that the Python interpreter has not been able to find the clearsilver dynamic library. Maybe there's a clearsilver-python package on RedHat? If not, use the rpm package tool to find where the library has been installed. Cheers, Manu _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
