Supressing PyChecker warnings

J

Jp Calderone

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
 
R

Rene Pijlman

Jp Calderone:
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 saw the same thing with PyPgSQL.
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.

Same here. I'm not even sure if it needs to be supressed, rather than
solved.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,480
Members
44,900
Latest member
Nell636132

Latest Threads

Top