Tagged Questions
2
votes
2answers
3k 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 ...
0
votes
1answer
235 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
2answers
537 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 ...