Comment 15 for bug 86685

Revision history for this message
BramSwenson (bram-digiport) wrote : Re: neo_cgi.so: undefined symbol: Py_InitModule4

I think the more proper way to get the python module to install to the correct site-packages directory is to do the following configure command instead of the one listed above:

./configure --with-python=/usr/bin/python2.5

This worked for me in such a way that I did not have to manually copy the neo_cgi.so file into place.

Thanks for all the info on the fix. Trac is vital to my organization.