I am trying to install the Pylinter plugin per many online suggestions. They all mention pointing to the lint.py path. I have searched all over and cannot find where this is. I am using Windows and have searched the OS and cannot find it.
I strongly suggest checking out SublimeLinter, available through Package Control. It has built-in support for many languages, including excellent coverage for Python, and for many linters doesn't require any external programs. It is also very configurable, with several different icon sets for gutter marks and many config options including language mapping (e.g., "Python Django"
is mapped to "python"
), setting delays, and options to choose when linting takes place. I highly recommend it over PyLint.