I'm having some issues with pylint on OS X. Here's some background of my setup first though:
pip3 install pylint
So when I run pylint pythonfile.py
I get this output
So I'm stuck and I have no idea where to go with this.
It seems like you're using Python 3.5? The latest Pylint does not work with Python 3.5 yet, but a newer version with support for Python 3.5 will be released soon.