On 1 Feb 2007 10:51:09 -0800, baur79 <[EMAIL PROTECTED]> wrote: > now it gives this error > > except IntegrityError, NameError: > NameError: global name 'IntegrityError' is not defined > > any idea > i have python 2.3.2 installed > IntegrityError will most likely be defined in the namespace of whatever you're using for MySQL access. -- http://mail.python.org/mailman/listinfo/python-list
- Re: mysqldb duplicate entry error handling Chris Mellon