On Friday 09 March 2007 13:10, Jerry Hill wrote: > On 3/9/07, jim-on-linux <[EMAIL PROTECTED]> wrote: > > However python 2.5, > > except OperationalError: > > responds with > > "OperationalError" is not defined. > > I believe that needs to be spelled > except sqlite3.OperationalError: > do_something() > > -- > Jerry
Thanks, except sqlite3.OperationalError: works for me. jim-on-linux -- http://mail.python.org/mailman/listinfo/python-list