Alexander Neundorf wrote:
Hi, the trac wiki (http://trac.edgewall.org/wiki/TracInstall )says: "if using mod_python and xml-related things (like 0.11, or xml-rpc plugin), use python-2.5 (expat is namespaced there and does not cause apache to crash any more)" So, I need python 2.5 if I want to use Trac from svn with mod_python, but python 2.3 is ok if I use Trac from svn with fastcgi ? Do I understand this correctly ?
That document doesn't tell the full story and is a bit misleading. On this specific issue, there should be no problem using an earlier version of Python provided that the version of libexpat which is used by Apache is compatible with the version of expat embedded into the Python pyexpat module. For information on determining if they are compatible or whether you are going to have problems, see: http://www.dscpl.com.au/wiki/ModPython/Articles/ExpatCausingApacheCrash Graham --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
