When running a script I get the error:
ImportError: /usr/lib/python2.4/site-packages/_mysql.so: undefined symbol: mysql_rollback args = ('/usr/lib/python2.4/site-packages/_mysql.so: undefined symbol: mysql_rollback',)
I believe this is related to the new function in MySQL v4.1.*, http://dev.mysql.com/doc/mysql/en/mysql_rollback.html.
Does anyone know how to correct this?
Thanks,
This did not happen with MySQL-4.1.7, but I will investigate 4.1.8.
I can't reproduce this.
Log in to post a comment.
When running a script I get the error:
ImportError: /usr/lib/python2.4/site-packages/_mysql.so: undefined symbol: mysql_rollback
args = ('/usr/lib/python2.4/site-packages/_mysql.so: undefined symbol: mysql_rollback',)
I believe this is related to the new function in MySQL v4.1.*, http://dev.mysql.com/doc/mysql/en/mysql_rollback.html.
Does anyone know how to correct this?
Thanks,
This did not happen with MySQL-4.1.7, but I will investigate 4.1.8.
I can't reproduce this.