Dj Gaspa Posted May 14, 2010 Posted May 14, 2010 Following the example at http://www.heliohost.org/home/features-mai...databases/mysql I begin writing this simple script: #! /usr/bin/python import sys, traceback sys.stderr = sys.stdout print 'Content-type: text/html\n\n' import MySQLdb What I get from the execution of the script is: Traceback (most recent call last): File "prova.py", line 8, in ? import MySQLdb ImportError: No module named MySQLdb It seems like module MySQLdb is not installed. Is this an issue?
Byron Posted May 14, 2010 Posted May 14, 2010 This support request is being escalated to our root admin.
Ashoat Posted May 14, 2010 Posted May 14, 2010 Is it working now? Admin, I ran: yum list *python* | grep -i mysql [noticed I could install it via yum] yum install MySQL-python
Recommended Posts