Supressing PyChecker warnings

Jp Calderone exarkun at intarweb.us
Fri Jan 16 15:58:22 EST 2004


  When using PyChecker on a project which uses bsddb, dozens of messages
like the following are reported:

warning: couldn't find real module for class
         bsddb._db.DBAccessError (module name: bsddb._db)

  I've looked through the PyChecker usage information, documentation, and
browsed some of the source, but I can't find any options for supressing
this.

  Is it possible?  If so, how?

  Thanks in advance,

  Jp




More information about the Python-list mailing list