[Tutor] VIM & Python

Mike Hansen Mike.Hansen at atmel.com
Wed Oct 11 23:01:25 CEST 2006


 

> -----Original Message-----
> From: tutor-bounces at python.org 
> [mailto:tutor-bounces at python.org] On Behalf Of Alan Gauld
> Sent: Wednesday, October 11, 2006 2:41 PM
> To: tutor at python.org
> Subject: Re: [Tutor] VIM & Python
> 
> > I use VIM to write my Python programs. I usually have a shell open 
> > to run
> > pyflakes on the file I just edited. Is there a way to run pyflakes 
> > from
> > within VIM and have it display the errors in another buffer?
> 
> I'm being lazy and not doing a search, but what is pyflakes?
> 
> Alan G
> Another vim user... 
> 

No problem.

http://www.divmod.org/projects/pyflakes

"Pyflakes is a simple program which checks Python source files for
errors. It is similar to PyChecker in scope, but differs in that it does
not execute the modules to check them. This is both safer and faster,
although it does not perform as many checks. Unlike PyLint, Pyflakes
checks only for logical errors in programs; it does not perform any
checks on style." - From the pyflakes web site.

Mike


More information about the Tutor mailing list