Edgewall Software

Changes between Version 119 and Version 120 of TracModPython


Ignore:
Timestamp:
Nov 9, 2007, 5:33:37 AM (16 years ago)
Author:
anonymous
Comment:

adding runtime error

Legend:

Unmodified
Added
Removed
Modified
  • TracModPython

    v119 v120  
    267267If this is not the case, it's possible that you're using Subversion libraries that are binary incompatible with the apache ones (an incompatibility of the `apr` libraries is usually the cause). In that case, you also won't be able to use the svn modules for Apache (`mod_dav_svn`).
    268268
    269 You also need a recent version of `mod_python` in order to avoid a runtime error due to the default usage of multiple sub-interpreters. 3.2.8 ''should'' work, though it's probably better to use the workaround described in #3371, in order to force the use of the main interpreter:
     269You also need a recent version of `mod_python` in order to avoid a runtime error ({{{argument number 2: a 'apr_pool_t *' is expected}}}) due to the default usage of multiple sub-interpreters. 3.2.8 ''should'' work, though it's probably better to use the workaround described in #3371, in order to force the use of the main interpreter:
    270270{{{
    271271PythonInterpreter main_interpreter