> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Alan Gauld > Sent: Wednesday, October 11, 2006 2:41 PM > To: tutor@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 _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor