MySQLdb on Python

Status
Not open for further replies.

hardbyte

New Member
Messages
6
Reaction score
0
Points
0
Hello does anyone know if is there a python module on the new (74.63.192.50) x10 server for mysql connections?

Usually I would use MySQLdb but the following script returns
Python - OK
could not import MySQLdb
Live Test Script
Code:
#!/usr/bin/python
print "Content-Type: text/html\n\n"
print "Python - OK"
try:
    import MySQLdb
except:
    print "could not import MySQLdb"
Has anyone found a work around to get python doing useful things with mysql?
Or more realistically at some stage could this module be installed on the new server please?

Thanks heaps

Brian
 
Last edited:
Status
Not open for further replies.
Top