thomas> ImportError: /usr/lib/python2.3/site-packages/_mysql.so: undefined
thomas> symbol: mysql_rollback
thomas> What am I doing wrong?
Is your libmysql.so installed in an odd place? Maybe the _mysql.so file
needed to be linked with -R. Try:
python setup.py build_ext --help
in the MySQLdb source dir.
Skip
--
http://mail.python.org/mailman/listinfo/python-list
