Comment 17 for bug 86685

Revision history for this message
huanix (huanix) wrote : Re: neo_cgi.so: undefined symbol: Py_InitModule4

I'm experiencing this bug in AMD64 Gutsy (Beta). I installed trac from the repository, and after setting up my first repository, tried to access it.

I received this error:

Trac detected an internal error: 'NoneType' object has no attribute 'log'

Traceback (most recent call last):
  File "/var/www/trac/projects/trac.cgi", line 20, in <module>
    cgi_frontend.run()
  File "/var/lib/python-support/python2.5/trac/web/cgi_frontend.py", line 68, in run
    gateway.run(dispatch_request)
  File "/var/lib/python-support/python2.5/trac/web/wsgi.py", line 87, in run
    response = application(self.environ, self._start_response)
  File "/var/lib/python-support/python2.5/trac/web/main.py", line 430, in dispatch_request
    env.log.exception(e)
AttributeError: 'NoneType' object has no attribute 'log'