Comment 4 for bug 114930

Revision history for this message
Jens Grassel (jan0sch) wrote :

I can confirm this bug using trac on Ubuntu 8.04 (Hardy Heron).
My logs are flooded like this:

/var/lib/python-support/python2.5/trac/web/clearsilver.py:128: RuntimeWarning: Python C API version mismatch for module neo_util: This Python has API version 1013, module neo_util has version 1012.
  import neo_cgi
/var/lib/python-support/python2.5/trac/web/clearsilver.py:128: RuntimeWarning: Python C API version mismatch for module neo_cs: This Python has API version 1013, module neo_cs has version 1012.
  import neo_cgi
/var/lib/python-support/python2.5/trac/web/clearsilver.py:128: RuntimeWarning: Python C API version mismatch for module neo_cgi: This Python has API version 1013, module neo_cgi has version 1012.
  import neo_cgi

Searching the internet I came accross a solution that recommends installing the dev package for libneon but that did not work for me.