[Zope-DB] warning: couldn't find real module for class dco2.
Matthew T. Kromer
matt at zope.com
Mon Sep 1 11:02:00 EDT 2003
Orr, Steve wrote:
>I run pychecker on a script that imports DCOracle2 and I get lots of
>warnings like the following:
>warning: couldn't find real module for class dco2.OperationalError
>(module name: dco2)
>warning: couldn't find real module for class dco2.ProgrammingError
>(module name: dco2)
>warning: couldn't find real module for class dco2.Warning (module name:
>dco2)
>
>What does this mean? Do I have an install problem? (Python 2.2.2
>DCOracle 1.3)
>
>_______________________________________________
>Zope-DB mailing list
>Zope-DB at zope.org
>http://mail.zope.org/mailman/listinfo/zope-db
>
>
I would assume it means PyChecker isn't finding those classes, which are
C level error classes. I dont think there's a problem if the "import
dco2" statement works.
--
Matt Kromer
Zope Corporation http://www.zope.com/
More information about the Zope-DB
mailing list