"Arun Tomar" <[EMAIL PROTECTED]> wrote
> I"m trying to setup vim for python debugging mode. But it gives
> me
> error. Has anyone succeeded in doing so.
>
> link:
> http://code.google.com/p/vimpdb/
>
> ideally I'm trying to evaluate vim & emacs as command line
> editors &
> debugging for pyt
On Sun, 2008-09-28 at 22:12 -0600, Alec Henriksen wrote:
> It would be very helpful to include the error message you received... I
> can't help you, but just a thought.
>
> On Mon, 2008-09-29 at 09:39 +0530, Arun Tomar wrote:
> > hi!
> >
> > I"m trying to setup vim for python debugging mode. But
hi!
I"m trying to setup vim for python debugging mode. But it gives me
error. Has anyone succeeded in doing so.
link:
http://code.google.com/p/vimpdb/
ideally I'm trying to evaluate vim & emacs as command line editors &
debugging for python.
arun.
___
x27;ll post my findings here.
Regards,
Barry
[EMAIL PROTECTED]
541-302-1107
We who cut mere stones must always be envisioning cathedrals.
-Quarry worker's creed
> -Original Message-
> Date: Wed, 11 Oct 2006 21:40:56 +0100
> Subject: [Tutor] VIM &
"Mike Hansen" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>> I'm being lazy and not doing a search, but what is pyflakes?
>>
> No problem.
>
> http://www.divmod.org/projects/pyflakes
>
> "Pyflakes is a simple program which checks Python source files for
Thanks, I'll take a peek.
> -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 us
> 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 vi
> -Original Message-
> From: Carlos Hanson [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, October 11, 2006 10:50 AM
> To: Mike Hansen
> Cc: tutor@python.org
> Subject: Re: [Tutor] VIM & Python
>
>
> On Tue, October 10, 2006 1:44 pm, Mike Hansen wrote:
This is slightly off topic...
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?
The :make stuff is confusing me.
Mike
___