[Python-projects] pylint / zope

Miles Waller miles at jamkit.com
Thu Mar 29 17:18:21 CEST 2007


Hi,

I'm trying to use pylint to examine some code that makes up a zope 
product.  I get lots of missing module errors because it can't import 
some of the modules that zope sets up (even with the --zope=yes 
option).  I had a google for how to get this to work, but I could only 
find old replies.  What's the recomended way to get this going with the 
most recent version of pylint?

Also, one thing I'm particularly interested in is the coverage of the 
methods in my application by interfaces.  I read that pylint analyses 
this, but I can't see an obvious way to get this report - could you give 
me a pointer?

Thanks

Miles




More information about the Python-Projects mailing list