from
Peter Milliken <peterm at resmed dot com dot au>
to
Sylvain Thenault <syt at logilab dot fr>
subject
Re: [ANN] pylint-0.2
date
Getting closer but still no prizes :-)2003/10/02 06:39
Installed the supplied common and re-ran with the following result:
roebourne#1(~/swimming)$ python
c:/Python22/Lib/site-packages/logilab/pylint/lint.py roll.py
No config file found, using default configuration
An error occured while parsing roll
Traceback (most recent call last):
File "c:/Python22/Lib/site-packages/logilab/pylint/lint.py", line 529, in
?
Run(*sys.argv[1:])
File "c:/Python22/Lib/site-packages/logilab/pylint/lint.py", line 497, in
__init__
linter.check(modname)
File "c:/Python22/Lib/site-packages/logilab/pylint/lint.py", line 230, in
check
astng = self.manager.astng_from_module_name(mod_name)
File "c:\Python22\Lib\site-packages\logilab\common\astng\manager.py", line
85, in astng_from_module_name
return self.astng_from_module(module, norm_mod_name)
File "c:\Python22\Lib\site-packages\logilab\common\astng\manager.py", line
62, in astng_from_module
astng = self._builder.build_from_module(module, mod_name)
File "c:\Python22\Lib\site-packages\logilab\common\astng\astng.py", line
179, in build_from_module
astng = self._string_build(data)
File "c:\Python22\Lib\site-packages\logilab\common\astng\astng.py", line
234, in _string_build
ast = parser.suite(data + linesep)
parser.ParserError: could not parse string
[exited with 1]
I assume that we are getting closer? :-)
Peter
"Sylvain Thénault" <Sylvain.Thenault@logilab.fr> wrote in message
news:mailman.1064997063.7256.python-list@python.org...
> On Wednesday 01 October à 07:42, Peter Milliken wrote:
> > Sorry mate, but I am in the same directory of the Python file I am
trying to
> > run through pylint and I get the same message originally posted by Mark
> > Hahn.
> >
> > So something is wrong - perhaps you should verify that what is on the
> > web-site is actually working as you expect?
>
> ok, that was actually a problem in the common library. I've just made a
> new release which should fix this problem :
>
> ftp://ftp.logilab.fr/pub/common/common-0.3.3.tar.gz
>
> --
> Sylvain Thénault LOGILAB, Paris (France).
>
> http://www.logilab.com http://www.logilab.fr http://www.logilab.org
>
>

