> cursor.execute("""select mean_eng_txt from mean
>                   where mean_id=:arg_1""",{"arg_1"=arg_1})

Needs quotes of course.

Diez
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to