error: â_mysql_ConnectionObjectâ has no member named
By: Emiley J Printer Friendly Format
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
Comment on this tutorial
- Data Science
- Android
- AJAX
- ASP.net
- C
- C++
- C#
- Cocoa
- Cloud Computing
- HTML5
- Java
- Javascript
- JSF
- JSP
- J2ME
- Java Beans
- EJB
- JDBC
- Linux
- Mac OS X
- iPhone
- MySQL
- Office 365
- Perl
- PHP
- Python
- Ruby
- VB.net
- Hibernate
- Struts
- SAP
- Trends
- Tech Reviews
- WebServices
- XML
- Certification
- Interview
categories
Subscribe to Tutorials
Related Tutorials
How to install Jupyter in Ubuntu and make it accessible through Apache Reverse Proxy
Python Basics - Setting up your Python Development Environment
Schwartzian Transform in python
Multidimensional list (array) in python
Remove duplicates from a list in python
Convert number to string in python
Perl's chomp() equivalent for removing trailing newlines from strings in python
Archived Comments
1. Brettkip
View Tutorial By: Brettkip at 2017-07-27 06:50:19