[Python-projects] There is a failure during pylint version 0.16.0installation
Huurne, Maarten ter
maarten.ter.huurne at philips.com
Mon Mar 2 16:34:40 CET 2009
> File "/usr/lib/python2.4/site-packages/pylint-0.16.0-
> py2.4.egg/pylint/test/input/func_continue_not_in_loop.py",
> line 8
> continue
> SyntaxError: 'continue' not properly in loop
This type of error happens if an install process tries to byte compile the pylint test cases. These test cases are intended to test whether pylint finds errors, so they contain errors by design. The solution would be to not byte compile them, or maybe bypass the problem by not installing the test cases.
> error: Setup script exited with error: file 'bin/pylint' does not exist
>
>
> Did anyone see this error?
That one I didn't see before. However, I always install using "python setup.py install", not via eggs.
Bye,
Maarten
The information contained in this message may be confidential and legally protected under applicable law. The message is intended solely for the addressee(s). If you are not the intended recipient, you are hereby notified that any use, forwarding, dissemination, or reproduction of this message is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender by return e-mail and destroy all copies of the original message.
More information about the Python-Projects
mailing list