Re: [code-quality] flake8 not showing pyflakes errors

2014-07-02 Thread Steven Tilley
I got it working. I uninstalled using conda and reinstalled using pip. I'm still not sure if the problem was just a botched install or if there is something strange with the conda package, but at least it's working. Thanks for all your help everyone! Best Steve __

Re: [code-quality] flake8 not showing pyflakes errors

2014-07-02 Thread Ian Cordasco
Hm, I wonder if conda respects the entry_points registered in flake8's entry_points for PyFlakes (https://bitbucket.org/tarek/flake8/src/91696afa10b21297a7889af3b383921890d118bb/setup.py?at=default#cl-48). I will try to investigate that this weekend. On Wed, Jul 2, 2014 at 8:33 AM, Steven Tilley