[pysqlite] [APSWS] AttributeError: 'tuple' object has no attribute 'lstrip'

Fred <[email protected]> Mon, 05 Jan 2009 08:33:57 +0100
Newsgroups gmane.comp.python.db.pysqlite.user
Message-ID <[email protected]>
At 08:28 05/01/2009, [email protected] wrote:
>Try instead:
>
>for row in rows:
>         email = row[0]
>         To = email
>         msg['To'] = email

That was fast :-) Thanks, that did it.