undefined symbol: PyArg_ParseTupleAndKeywords
Brought to you by:
monsterkodi
I built kiki 1.0.2 on Fedora Core 4, with Python 2.4, AMDx64. When I run it I get the following error:
ImportError: /usr/lib64/python2.4/lib-dynload/binascii.so: undefined symbol: PyArg_ParseTupleAndKeywords
I can fix the problem in linux/Makefile by replacing the static python lib [$(PYTHONHOME)/config/libpython$(PYTHON_VERSION).a] with the dynamic one [-lpython$(PYTHON_VERSION)]