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
--
http://mail.python.org/mailman/listinfo/python-list
