ronrsr wrote:
>   return =  MySQLdb.connect (host = "db91x.xxxx.com",
>                           user = "xxxx",
>                            passwd = "xxxxx",
>                        db = "homebase_zingers"
>                           );

return is a reserved keyword.  You cannot have a variable with that name.

-- 
Roberto Bonvallet
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to