5
votes
2answers
4k views

Django on CentOS

I'm looking to use Django on a shared host that's running an unknown version of CentOS. My main problem is trying to interface with a database. The server has MySQL installed, but not MySQL-python. I ...
1
vote
1answer
282 views

Installing MySQL-python without mysql-server on CentOS

I'm attempting to install MySQL-python on a machine running CentOS 5.5 and python 2.7. This machine isn't running a mysql server, the mysql instance this box will be using is hosted on a separate ...
0
votes
1answer
6k views

python setuptools installation in centos

i have to install mysqldb module of python in my centos server. i have 2 versions of python 2.4.3 the default one 2.6 which i installed i want to install mysqldb module for 2.6 version of the ...
0
votes
1answer
159 views

Connecting to MySQL with Python script on CentOS

I have shared hosting on CentOS with local MySQL database. I'm able to run a simple Python scripts in cgi-bin folder, but I can't make connection to MySQL database. After some google-ing, I found that ...
0
votes
2answers
2k views

installing mysql-python on Centos

Trying to install mysql-python. Got following error. Got mysql and pythond already installed. Any help will be highly appreciated [root@uu include]# easy_install mysql-python Searching for ...