I installed the FreeBSD port versions of Zope2.2.1+ZMySQLda2.0.8 (and all the python pkgs required) and recieved the following error.
WARNING: Python C API version mismatch for module _mysql: This Python has API version 1010, module _mysql has version 1011.
The problem is the python versions and i cant figure out how to change the _mysql version to 1010.
Zope is running with python-2.1.3.
I have searched the mailing lists and FAQ's but couldnt find the answer. Your help would be much apreaciated. Cheers, Wayne
Are you sure you have Zope 2.2.1? That is quite old and uses Python 1.5.2.
The API mismatch is a Python error. Your _mysql/MySQLdb is compiled with a different version of Python than the one that is trying to run it.
Sorry andy wrong version of Zope, typo, I have running 2.5.1.
Log in to post a comment.
I installed the FreeBSD port versions of Zope2.2.1+ZMySQLda2.0.8 (and all the python pkgs required) and recieved the following error.
WARNING: Python C API version mismatch for module _mysql:
This Python has API version 1010, module _mysql has version 1011.
The problem is the python versions and i cant figure out how to change the _mysql version to 1010.
Zope is running with python-2.1.3.
I have searched the mailing lists and FAQ's but couldnt find the answer.
Your help would be much apreaciated.
Cheers,
Wayne
Are you sure you have Zope 2.2.1? That is quite old and uses Python 1.5.2.
The API mismatch is a Python error. Your _mysql/MySQLdb is compiled with a different version of Python than the one that is trying to run it.
Sorry andy wrong version of Zope, typo, I have running 2.5.1.