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?


LinkBack URL
About LinkBacks
Reply With Quote
