MySQLdb not available for Python???

rickmorn43

New Member
Messages
2
Reaction score
0
Points
0
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 MySQLdb',)

Can something be done about this? Is there a different database available for use with Python?
 
Top