In <[EMAIL PROTECTED]>, ronrsr wrote:

> def connect():
> 
> 
>    return =  MySQLdb.connect (host = "db91x.xxxx.com",
            ^

You can't assign to a keyword.  Just leave this ``=`` out.

Ciao,
        Marc 'BlackJack' Rintsch
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to