0

I have both syntastic and python-mode installed.. However, I want to syntax check using syntastic.. To do this, I have disabled pymode check with, let g:pymode_lint = 0

Also, when python file if opened, syntastic says that checker is present, but does not detect errors..

Currently active checker = python

Ingo Karkat
  • 167,457
  • 16
  • 250
  • 324
vibhor
  • 31
  • 6
  • To modify my question, I want to check my code using default python checker... – vibhor Oct 30 '13 at 16:16
  • 1
    Syntastic's issue tracker is [that way](https://github.com/scrooloose/syntastic/issues?direction=desc&sort=created&state=open). – romainl Oct 30 '13 at 17:12
  • 1
    Syntastic require the syntax checker apart from itselfs. Did you installed checker (like `flake8`) in `$PATH`? – OGURA Daiki Oct 31 '13 at 05:09

0 Answers0