On Wed, Nov 26, 2014 at 4:02 AM, Marius Gedminas <marius@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