I am new hear ...
when i tried to connect to mysql , the code does not work !
it says No module named MySQLdb ...PHP Code:#!/usr/bin/env python
import os
print "Content-type: text/html\r\n\r\n";
try:
import MySQLdb
except Exception, e:
print e
could you tell me how to connect mysql in python scripts???![]()


LinkBack URL
About LinkBacks


