I'm trying to get Trac (version 0.11.r) running under mod_python on a Fedora Core 2 web server. I know that I should probably update the server but I'm stuck with this for now. The Python version is 2.3.7. Genshi-0.5.1 is installed. The base Apache server is 2.0.55. I configured the Apache configuration as close as possible to the TracInstall wiki page. The mpinfo test mentioned in troubleshooting appears to run fine with every possible path in sys.path.
The module throwing the error is genshi/template/base.py line 27 which is: "from genshi.input import ParseError". And, in genshi/input.py on line 56 the class ParseError appears for the importing. So, what is going on. I googled the error. No exact match appeared but ImportError did appear with the suggested remedy as: set PythonPath or sys.path correctly and voila, magic happens. Except that it does not. Any ideas? Workarounds anyone. I looked at every page that I could find in the Trac documentation. Hair is being torn out because I have been wrestling with this for two weeks now. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
