On Wed, 27 Jun 2001 08:25:23 +0200, Franz GEIGER <fgeiger at datec.at> wrote: > >Hi Paula, > >if you import _mysql you can catch the exceptions like so: There is no need to import this internal module. Just use "except MySQLdb.OperationalError" Walter