[code-quality] Problems running pylint 1.4.0

Skip Montanaro skip.montanaro at gmail.com
Wed Nov 26 14:39:40 CET 2014


On Wed, Nov 26, 2014 at 4:02 AM, Marius Gedminas <marius at gedmin.as> wrote:

> What's in the #! line of /opt/local/bin/pylint?


Ack! I'll bet that's the problem. Our production Python
(/opt/local/bin/python) was compiled without debug symbols. Desperate at
one point to step through the interpreter's C code, I built my own, and
installed it in my directory space. I forgot about that when packaging
pylint. It was found before /opt/local/bin/python.

Let me see if fixing that solves the problem. My guess is that it will.

Skip
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/code-quality/attachments/20141126/cb23e113/attachment.html>


More information about the code-quality mailing list