--> -->
 
 
ImportError
Python 2.4.3: /usr/bin/python
Mon Feb 6 01:34:31 2012

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /home/smsavveh/public_html/cgi-bin/createTestUser.cgi
   10 cgitb.enable()
   11 
   12 import MySQLdb
   13 
   14 #help("modules")
MySQLdb undefined

ImportError: No module named MySQLdb
      args = ('No module named MySQLdb',)