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 returnsLive Test ScriptPython - OK
could not import MySQLdb
Has anyone found a work around to get python doing useful things with mysql?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


2Likes
LinkBack URL
About LinkBacks

