this is due to a problem in _mysql.c

make the following changes to YOURINSTALLDIR/build/MySQL-python-1.2.0/_mysql.c 


Code:

36,38d35
< #ifndef uint
< #define uint unsigned int
< #endif
435,436c432,433
<       uint port = MYSQL_PORT;
<       uint client_flag = 0;
---
>       unsigned int port = MYSQL_PORT;
>       unsigned int client_flag = 0;







-------------------- m2f --------------------

Read this topic online here:
http://community.zenoss.com/forums/viewtopic.php?p=19890#19890

-------------------- m2f --------------------



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to