On Mon, Nov 23, 2009 at 10:59 AM, Carsten Haese <carsten.ha...@gmail.com>wrote:

> Have you tried to *read* and *understand* this error message? My guess
> is no. The error message tells you all you need to know. You need to
> pass a string as argument 4, but you aren't. <<db>> is a database
> connection object, not a string. Change <<db>> to a string containing
> the name of the MySQL database to which you want to connect.
>

Yes, Carsten, I did read the error message. And the obvious passed me by
LOL! Sorry. Thanks,
V
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to