Woot! I finally got my MySQLdb-using Python app working as a Universal Binary!

Excellent! I'm glad you got it working.

The root cause of most of the trouble was the broken 5.1 MySQL distribution (bug #41940 on the MySQL tracker). I tried patching it up as Ned suggested, but that didn't work for me. However, going back to 5.0 did work.

Out of curiosity, what does the mysql_config command give you now? i.e. the output of:

$ mysql_config --cflags


Cheers,
Daniel

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to