thomas> ImportError: /usr/lib/python2.3/site-packages/_mysql.so: undefined thomas> symbol: mysql_rollback
skip> Is your libmysql.so installed in an odd place? Oh, also, try executing ldd /usr/lib/python2.3/site-packages/_mysql.so If that shows libmysql as undefined. Find out where it is and set LD_LIBRARY_PATH to refer to it, then try again. If that succeeds, either retain the LD_LIBRARY_PATH setting or relink _mysql.so with the -R stuff I referred to in my first message. Skip -- http://mail.python.org/mailman/listinfo/python-list