<type 'exceptions.AttributeError'>
Python 2.5.2: /usr/bin/python
Fri Jul 30 04:29:11 2010

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /home/wetzel/packages/lib/python2.4/site-packages/trac/web/_fcgi.py in run(self=<trac.web._fcgi.Request object at 0xf19850>)
  568         """Runs the handler, flushes the streams, and ends the request."""
  569         try:
  570             protocolStatus, appStatus = self.server.handler(self)
  571         except:
  572             traceback.print_exc(file=self.stderr)
protocolStatus undefined, appStatus undefined, self = <trac.web._fcgi.Request object at 0xf19850>, self.server = <trac.web._fcgi.WSGIServer object at 0x709a03698dd0>, self.server.handler = <bound method WSGIServer.handler of <trac.web._fcgi.WSGIServer object at 0x709a03698dd0>>
 /home/wetzel/packages/lib/python2.4/site-packages/trac/web/_fcgi.py in handler(self=<trac.web._fcgi.WSGIServer object at 0x709a03698dd0>, req=<trac.web._fcgi.Request object at 0xf19850>)
 1254         try:
 1255             try:
 1256                 result = self.application(environ, start_response)
 1257                 try:
 1258                     for data in result:
result = None, self = <trac.web._fcgi.WSGIServer object at 0x709a03698dd0>, self.application = <function dispatch_request at 0x709a0369d9b0>, environ = {'DH_USER': 'wetzel', 'DOCUMENT_ROOT': '/home/wetzel/yarg.rilegio.us', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,text/xml;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_ACCEPT_ENCODING': 'gzip', 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'HTTP_CACHE_CONTROL': 'no-cache', 'HTTP_CONNECTION': 'close', 'HTTP_HOST': 'yarg.rilegio.us', ...}, start_response = <function start_response at 0xf1c0c8>
 /home/wetzel/packages/lib/python2.4/site-packages/trac/web/main.py in dispatch_request(environ={'DH_USER': 'wetzel', 'DOCUMENT_ROOT': '/home/wetzel/yarg.rilegio.us', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,text/xml;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_ACCEPT_ENCODING': 'gzip', 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'HTTP_CACHE_CONTROL': 'no-cache', 'HTTP_CONNECTION': 'close', 'HTTP_HOST': 'yarg.rilegio.us', ...}, start_response=<function start_response at 0xf1c0c8>)
  428 
  429     except Exception, e:
  430         env.log.exception(e)
  431 
  432         if req.hdf:
env = None, env.log undefined, e = TracError('ClearSilver not installed (/home/wetz.../neo_cgi.so: undefined symbol: Py_InitModule4)',)

<type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'log'
      args = ("'NoneType' object has no attribute 'log'",)
      message = "'NoneType' object has no attribute 'log'"