Comment 45 for bug 86685

Revision history for this message
Marius Gedminas (mgedmin) wrote :

The bug is that python-clearsilver is BROKEN on python2.5 on x86-64:

  mg@muskatas:~ $ python2.4 -c 'import neo_cgi'
  mg@muskatas:~ $ python -c 'import neo_cgi'
  Traceback (most recent call last):
    File "<string>", line 1, in <module>
  ImportError: /usr/lib/python2.5/site-packages/neo_cgi.so: undefined symbol: Py_InitModule4
  [exited with 1]

trac uses python2.5 and tries to import neo_cgi, so trac is broken.

huanix: your AttributeError: 'NoneType' object has no attribute 'log' problem is unrelated and is fixed by making sure the user that runs tracd owns the trac directory.