MySQL Python driver building (breaking?) on 10.5

Trying to get my mysql environment setup on 10.5 I ran head-long into the mysql python 1.22 drivers breaking with xcode 3. from _mysql.c:40: /usr/include/sys/types.h:92: error: duplicate ‘unsigned’ /usr/include/sys/types.h:92: error: two or more data types in declaration specifiers error: command ‘gcc’ failed with exit status 1 The fixed is coved over at the Ingels 3.0…

Read More