Pycharm 2.7 PEP8 inspection doesn't run on OSX
I've upgraded to 2.7 release from the EAP version and the PEP8 inspection doesn't seem to work (as in, no errors get highlighted). This is on OSX 10.8 on a Macbook Pro. I've tried creating a simple new project to rule out any project specific issues but it doesn't work at all.
Is there something special that needs to be done to get PEP8 to work? Is there any way to check why it wouldn't work?
Cheers,
Tom
Is there something special that needs to be done to get PEP8 to work? Is there any way to check why it wouldn't work?
Cheers,
Tom
Please sign in to leave a comment.
What Python interpreter are you using for your project?
I can perhaps try the default python distribution installed on the system? I just don't know what could cause it to not work at all. Is PyCharm using the python pep8.py module? If yes, is it possible to see some logs of its behavior?
You can find error logs using "Help|Reveal Log in..."
PEP8 is enabled but does nothing.
I've checked the logs, but there is nothing about pep8 in logs also (No errors, nothing).