15 Mar
2015
15 Mar
'15
11:11 a.m.
No go with this either. I'll have to look at it later when I get back home.
This is an easy one, you just need the pep8 module on your system. If you have pip, just do this:
pip install pep8==1.6.2
Looks like it should be installed automatically with python 2.7.9 or later. If not, here are details for it:
https://pip.pypa.io/en/latest/installing.html
I installed my pip like the link above, and it ended up in C:\Python27\Scripts\pip.exe. So if you do that, you will want to put that in your PATH so it's easy to run for things in the future.
Thanks for your patience, Jim. The pep8 checker is a pretty handy way to make sure that our code looks more consistent.
--Dan