[Mailman-Developers] import MySQLdb in the mailman........

Á¤¹®Á¤ indipia@jinbo.net
Wed, 23, Jan 2002 12:15:38 -0000


Hi, ..

I'm a new member in the mailman-developers mailing list...

i've one question, although I can not english well.. ^^;

hum..
i have tried to update(?) the mailman...

One day, i tired to use mailman with mysql dbtabase... but i couldn't import MySQLdb..
---------error ---------
  Traceback (innermost last):
   File "/home/mailman/scripts/driver", line 90, in run_main
     pkg = __import__('Mailman.Cgi', globals(), locals(), [scriptname])
   File "../Mailman/Cgi/admin.py", line 20, in ?
    import MySQLdb
 ImportError: No module named MySQLdb
--------------------------------
what i cann't understand is the command("import MySQLdb") is good in the python command line...

-------no error -------------------------
>>import MySQLdb
>>
---------------------------------

Please, give me a solution.....T.T