Comment 26 for bug 86685

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

i've followed all the steps above and still cant get this to work. the last thing i have done is extract neo_cgi.so from the deb mentioned above and copied it to /usr/local/lib/python2.5/site-packages/neo_cgi.so

however I am still getting this error from Trac ::

Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/trac/web/main.py", line 406, in dispatch_request
    dispatcher.dispatch(req)
  File "/var/lib/python-support/python2.5/trac/web/main.py", line 206, in dispatch
    req.hdf = HDFWrapper(loadpaths=chrome.get_all_templates_dirs())
  File "/var/lib/python-support/python2.5/trac/web/clearsilver.py", line 135, in __init__
    raise TracError, "ClearSilver not installed (%s)" % e
TracError: ClearSilver not installed (/usr/local/lib/python2.5/site-packages/neo_cgi.so: undefined symbol: Py_InitModule4)

Someone mentioned running ldconfig but that has made no difference either..... have i missed a step or is this another bug?