[Python-projects] Pylint and Zope3 deferred imports

Daniel Hobi dhobi at gmx.net
Wed Sep 10 14:46:38 CEST 2008


Hi,

Is there a way to tell Pylint 0.14.0 to handle deferred imports of Zope3
like in this example?

>>>from zope.component import provideUtility

which leads to this Pylint message:

E:  1: No name 'provideUtility' in module 'zope.component'

Best Regards,
Daniel


More information about the Python-Projects mailing list