Changes between Version 5 and Version 6 of Trac Mod Python
- Timestamp:
- Feb 14, 2023, 8:45:17 AM (23 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Trac Mod Python
v5 v6 83 83 PythonOption TracEnvIndexTemplate /srv/www/htdocs/trac/project_list_template.html 84 84 85 # A space delimit ted list, with a "," between key and value pairs.85 # A space delimited list, with a "," between key and value pairs. 86 86 PythonOption TracTemplateVars key1,val1 key2,val2 87 87 … … 245 245 }}} 246 246 247 === Expat-related segmentation faults === #expat248 249 This problem will most certainly hit you on Unix when using Python 2.4.250 In Python 2.4, some version of [http://expat.sourceforge.net/ Expat] (an XML parser library written in C) is used and if Apache is using another version, this results in segmentation faults.251 As Trac 0.11 is using Genshi, which will indirectly use Expat, that problem can now hit you even if everything was working fine before with Trac 0.10. This problem has not been reported for Python 2.5+, so best to upgrade.252 253 247 === Form submission problems 254 248