[Python-projects] Error while installing pylint 0.16 (but it works anyway)
chaica
chaica at ohmytux.com
Thu Mar 5 16:12:15 CET 2009
Hi,
I got this weird error while installing pylint 0.16 from sources :
I use Python 2.5 and I installed logilab-common-0.38.1 and
logilab-astng-0.17.4 before pylint 0.16
...
(everything above seems ok)
pylint.checkers.__init__: module references __path__
creating 'dist/pylint-0.16.0-py2.5.egg' and adding
'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing pylint-0.16.0-py2.5.egg
removing '/usr/lib/python2.5/site-packages/pylint-0.16.0-py2.5.egg' (and
everything under it)
creating /usr/lib/python2.5/site-packages/pylint-0.16.0-py2.5.egg
Extracting pylint-0.16.0-py2.5.egg to /usr/lib/python2.5/site-packages
SyntaxError: ("'return' with argument inside generator",)
File
"/usr/lib/python2.5/site-packages/pylint-0.16.0-py2.5.egg/pylint/test/input/func_return_outside_func.py", line 3
return
SyntaxError: 'return' outside function
File
"/usr/lib/python2.5/site-packages/pylint-0.16.0-py2.5.egg/pylint/test/input/func_yield_outside_func.py", line 3
yield 1
SyntaxError: 'yield' outside function
File
"/usr/lib/python2.5/site-packages/pylint-0.16.0-py2.5.egg/pylint/test/input/func_w0705.py", line 28
__revision__ += 1
SyntaxError: default 'except:' must be last
SyntaxError: ("'return' with argument inside generator",)
File
"/usr/lib/python2.5/site-packages/pylint-0.16.0-py2.5.egg/pylint/test/input/func___future___import_not_first_stmt.py", line 4
from __future__ import generators
SyntaxError: from __future__ imports must occur at the beginning of the
file
File
"/usr/lib/python2.5/site-packages/pylint-0.16.0-py2.5.egg/pylint/test/input/func_unknown_encoding.py", line 0
SyntaxError: ('unknown encoding: IBO-8859-1',
('/usr/lib/python2.5/site-packages/pylint-0.16.0-py2.5.egg/pylint/test/input/func_unknown_encoding.py', 0, 0, None))
File
"/usr/lib/python2.5/site-packages/pylint-0.16.0-py2.5.egg/pylint/test/input/func_continue_not_in_loop.py", line 8
continue
SyntaxError: 'continue' not properly in loop
File
"/usr/lib/python2.5/site-packages/pylint-0.16.0-py2.5.egg/pylint/test/input/func_syntax_error.py", line 1
def toto
^
SyntaxError: invalid syntax
pylint 0.16.0 is already the active version in easy-install.pth
Installing epylint script to /usr/bin
Installing pyreverse script to /usr/bin
Installing symilar script to /usr/bin
Installing pylint script to /usr/bin
Installing pylint-gui script to /usr/bin
Installed /usr/lib/python2.5/site-packages/pylint-0.16.0-py2.5.egg
Processing dependencies for pylint==0.16.0
Searching for logilab-astng==0.17.4
Best match: logilab-astng 0.17.4
Processing logilab_astng-0.17.4-py2.5.egg
logilab-astng 0.17.4 is already the active version in easy-install.pth
Using /usr/lib/python2.5/site-packages/logilab_astng-0.17.4-py2.5.egg
Searching for logilab-common==0.38.1
Best match: logilab-common 0.38.1
Processing logilab_common-0.38.1-py2.5.egg
logilab-common 0.38.1 is already the active version in easy-install.pth
Installing pytest script to /usr/bin
Using /usr/lib/python2.5/site-packages/logilab_common-0.38.1-py2.5.egg
Finished processing dependencies for pylint==0.16.0
chaica at chaica-bureau:~/divers/pylint-0.16.0$
Pylint seems ok after that, except for this error while installing it.
Thanks for this great app anyway!
Best regards,
Carl Chenet
www.ohmytux.com/belier
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Ceci est une partie de message num?riquement sign?e
URL: <http://lists.logilab.org/pipermail/python-projects/attachments/20090305/b492ce7c/attachment.pgp>
More information about the Python-Projects
mailing list