print function in python3.1

Anjanesh Lekshminarayanan mail at anjanesh.net
Mon Nov 23 08:54:18 EST 2009


> Depending on your DB-adapter, you are out of luck here. Either connect to a db even if you don't need it, or try & see if you can locate the implementation in the module somehow.

ImportError: No module named MySQLdb
MySQLdb only available in Python2.

-- 
Anjanesh Lekshmnarayanan



More information about the Python-list mailing list