[Python-projects] Pylint 12.1 dependencies problem
Sylvain Thénault
sylvain.thenault at logilab.fr
Fri Nov 17 12:20:48 CET 2006
On Thursday 16 November à 14:43, Bastians, Stephen S wrote:
> Hi,
> On Python v2.3.5, I'm trying to upgrade to Pylint v12.1, with common v15.1 and
> astng v 16. Your website states this combination should work.
>
> V11.0 worked fine, but 12.1 gives me:
>
> pylint somecode.py?
>
> Traceback (most recent call last):
> File "c:\Python23\Scripts\pylint.bat", line 11, in ?
> from pylint import lint
> File "c:\Python23\Lib\site-packages\pylint\lint.py", line 52, in ?
> from pylint.utils import UnknownMessage, MessagesHandlerMixIn, \
> File "c:\Python23\Lib\site-packages\pylint\utils.py", line 25, in ?
> from logilab.common.configuration import rest_format_section
> ImportError: cannot import name rest_format_section
well, it seems it doesn't :) Recommended combination is pylint 0.12.1,
astng 0.16.2 and common 0.21.0 (those two haven't been publicly announced
but are available on the web site and on the ftp).
--
Sylvain Thénault LOGILAB, Paris (France)
Formations Python, Zope, Plone, Debian: http://www.logilab.fr/formations
Développement logiciel sur mesure: http://www.logilab.fr/services
Python et calcul scientifique: http://www.logilab.fr/science
More information about the Python-Projects
mailing list