I've gotten a simple Python test script to work, but when I try to import the MySQLdb module, I get an error message saying that it's not available.
The Python line is:
    import MySQLdb
and the error message is:
    ImportError: No module named MySQLdb 
      args = ('No module named...