Edgewall Software

Changes between Initial Version and Version 2 of Ticket #7477


Ignore:
Timestamp:
Jul 29, 2008, 11:09:39 AM (16 years ago)
Author:
Christian Boos
Comment:

Please mention the mod_python version you're using. If not already using the latest stable (3.3.1), you should consider upgrading it (though I'm not entirely sure this works around the issue).

Alternatively, backout rev. [7413] and [7407] until the issue gets fixed:

$ cd trunk
$ svn merge -c-7413 http://svn.edgewall.org/repos/trac/trunk
$ svn merge -c-7407 http://svn.edgewall.org/repos/trac/trunk

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7477

    • Property Owner set to Christopher Lenz
    • Property Component generalweb frontend/mod_python
  • Ticket #7477 – Description

    initial v2  
    11after installation, trac runs w/o probs under tracd but comes up with an error message on apache2:
    2 
     2{{{
    33[Mon Jul 28 23:00:38 2008] [error] [client 192.168.0.13] PythonHandler trac.web.modpython_frontend: Traceback (most recent call last):
    44[Mon Jul 28 23:00:38 2008] [error] [client 192.168.0.13] PythonHandler trac.web.modpython_frontend:   File "/usr/lib/python2.4/site-packages/mod_python/apache.py", line 287, in HandlerDispatch\n    log=debug
     
    1717n    options = apache.main_server.get_options()
    1818[Mon Jul 28 23:00:39 2008] [error] [client 192.168.0.13] PythonHandler trac.web.modpython_frontend: AttributeError: 'module' object has no attribute 'main_server'
     19}}}