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
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
Usually I would use MySQLdb but the following script returns
Live Test ScriptPython - OK
could not import MySQLdb
Code:
#!/usr/bin/python
print "Content-Type: text/html\n\n"
print "Python - OK"
try:
import MySQLdb
except:
print "could not import MySQLdb"
Or more realistically at some stage could this module be installed on the new server please?
Thanks heaps
Brian
Last edited: