[Python-projects] There is a failure during pylint version 0.16.0installation

Huurne, Maarten ter maarten.ter.huurne at philips.com
Mon Mar 2 17:48:24 CET 2009


> > 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.
>
> Can you please tell me how do i do that?

I never actually solved the problem. The byte compilation of the test code was at the end of the process, so everything that was needed was already byte compiled. So like Mads said, it was already working, even though the install process failed.

> > That one I didn't see before. However, I always install using "python
> setup.py install", not via eggs.
> I used "python setup.py install" too ...

That's strange. Maybe it's a difference between Ubuntu and CentOS?

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