On 12/28/05, Tim Littlemore <[EMAIL PROTECTED]> wrote:
> However, when I use a try & except block to catch this, I get the
> following error:
>
> NameError: global name 'IntegrityError' is not defined

I believe that IntegrityError comes from your database driver. You'll
likely have to import it from there.

Kevin

Reply via email to