python - pep8 not working in Eclipse -


i want alerted when write python code violates pep8 in eclipse editor. far can see, settings show should running pep8. (below screenshot of pydev settings). have tried:

  • verifying pointing correct location pep8.py
  • changing between error , warning
  • checking , unchecking 'redirect pep8 output console'

enter image description here

any suggestions or input on how can pep8 work me in eclipse, i'd appreciate it.

i think have actively run pep8 tests when ready - not sure hidden in menus or if there keyboard short cut - try looking under 'tools' in menus.

the other possibility may not have pep8 correctly installed indicated - try copying path above command prompt , seeing if runs sample .py file , not error. if doesn't should able install pep8 checker pypi under current python installation , point eclipse it.


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -