Tagged Questions

0
votes
2answers
123 views

Failed to install MySQLdb on Linux

I have Python 2.6 installed on Linux Cent OS. Also MySQL Server is configured. When i try to install MySQLdb library by issuing python setup.py install i am getting huge error. Please help me out to ...
3
votes
1answer
478 views

Python 2.7 not in /usr/bin

I'm certain this is a very basic question, but it's causing me a lot of issues. I'm trying to install MySQLdb with Python 2.7, the error I'm getting looks like this: gcc -pthread ...
8
votes
4answers
3k views

mysql_config not found when installing mysqldb python interface

I am trying to get a Python script to run on the linux server I'm connected to via ssh. The script uses mysqldb. I have all the other components I need, but when I try to install mySQLdb via ...
0
votes
1answer
90 views

MySQL-Python Installation Error: Possible Architecture Incompatibility?

I am attempting to set up my Django virtualenv production environment on a Linux shared host server. Installing python packages using pip goes fine until I try to install Mysql-Python, which crashes. ...