I have a simple, fresh install of Trac that I set up as 0.10 and then upgraded to 0.11b1-r6336. I set it up as a multi-project mod_python site as in the instructions:
<Location /projects> SetHandler mod_python PythonInterpreter main_interpreter PythonHandler trac.web.modpython_frontend PythonOption TracEnvParentDir /var/trac PythonOption TracUriRoot /projects </Location> Everything works grand. Really grand, I love this stuff. I wanted to install the Timing and Estimation plugin, and found from their tickets that you need to upgrade Genshi to 0.4.5 for this. I did this upgrade getting 0.5dev_r784, but when I try to access any page in my Trac, I get an error page with a cause (from memory, lost the trace) something like XHTMLSerializer object has no attribute preamble. If I back out 0.4.5 (easy_install -m, then remove from site-packages) and then re-install 0.4.4, everything works again. Is there something I should be doing to make 0.11 happy with this version of Genshi, or am trying something that isn't likely to work? Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
