mysqldb on leopard
To get mysqldb working on leopard I found I had to edit _mysql.c and edit out the lines:
#ifndef uint
#define uint unsigned int
#endif
I also had to edit site.cfg and mark threadsafe to False.
Adnan Wasim talks about system administration and software development issues....
To get mysqldb working on leopard I found I had to edit _mysql.c and edit out the lines:
#ifndef uint
#define uint unsigned int
#endif
I also had to edit site.cfg and mark threadsafe to False.
Posted by
Adnan
at
10/30/2007 08:02:00 PM
2 comments:
Thanks a lot. It was very useful.
Thanks, Adnan! Worked perfectly.
Post a Comment