Re: how to connect my sql with Python

2005-04-27 Thread Fredrik Lundh
"praba kar" <[EMAIL PROTECTED]> wrote: > I am doing Python-cgi Project in my company. > To connect My sql database(Mysql 4.1.11.) into > Python(2.3.3) cgi. I have installed > MySQL-python-1.2.0. After installation of > MySQL-Python-1.2.0 I try import > MySQLdb module. It raised the followi

how to connect my sql with Python

2005-04-27 Thread praba kar
Dear All, I am doing Python-cgi Project in my company. To connect My sql database(Mysql 4.1.11.) into Python(2.3.3) cgi. I have installed MySQL-python-1.2.0. After installation of MySQL-Python-1.2.0 I try import MySQLdb module. It raised the following error >>import MySQLdb Traceback (m