Comment 39 for bug 86685

Revision history for this message
jettero (j-launchpad-voltar-confed-org) wrote : Re: neo_cgi.so: undefined symbol: Py_InitModule4

I snagged the source with 'apt-get source clearsilver', but I found that adding the /usr/bin/python2.5 to the Makefile had no effect. This is probably because my rules.mk, which is generated by debian/rules, was still finding python2.4.

I added --with-python=/usr/bin/python2.5 to the rules file and all was good with my home built python-clearsilver_0.10.4-1ubuntu1_amd64.deb.

All the other tips on this page (except that prebuilt .deb) failed to work for me. Perhaps I'm not alone.