Programming Tutorials

error: _mysql_ConnectionObject has no member named

By: Emiley J in Python Tutorials on 2012-03-16  

While trying to install mysql-python using easy_install you get this error. It means you have not installed mysql-devel in your system. To resolve this, install mysql-devel first and then install mysql-python.

yum install mysql-devel 
easy_install MySQL-python





Add Comment

* Required information
1000

Comments

No comments yet. Be the first!

Most Viewed Articles (in Python )

Latest Articles (in Python)