Web 2.0 网站架构、优化 数据库架构

python MySQL-python 安装错误

_mysql.c:2442: error: ‘_mysql_ConnectionObject’ has no member named ‘open’
error: command ‘gcc’ failed with exit status 1
_mysql.c:2442: error: ‘_mysql_ConnectionObject’ has no member named ‘open’error: command ‘gcc’ failed with exit status 1

解决办法:缺少mysql-devel
yum search mysql-devel  然后安装对应的 版本就行了

返回顶部