Edgewall Software

Changes between Version 40 and Version 41 of TracSubversion


Ignore:
Timestamp:
Mar 29, 2007, 9:06:49 AM (17 years ago)
Author:
Christian Boos
Comment:

Add explicitly the "PythonInterpreter main_interpreter" workaround of #3371

Legend:

Unmodified
Added
Removed
Modified
  • TracSubversion

    v40 v41  
    133133==== `RuntimeError: instance.__dict__ not accessible in restricted mode` ==== #instance-dict-restricted-mode
    134134
    135 This is becoming one of the most frequently reported issues for Trac and the Subversion backend, when the TracModPython web front-end is used. The problem happen when Trac is running outside of the "main_interpreter" Python interpreter and can be fixed as explained in #3371.
     135This is becoming one of the most frequently reported issues for Trac and the Subversion backend, when the TracModPython web front-end is used. The problem happen when Trac is running outside of the "main_interpreter" Python interpreter and can be fixed as explained in #3371:
     136{{{
     137<Location>
     138...
     139PythonInterpreter main_interpreter
     140...
     141</Location>
     142}}}
    136143
    137144==== `ImportError: /usr/local/lib/libsvn_ra_dav-1.so.0: undefined symbol: ...` ==== #ra_dav-undefined-symbol