Simple Python App Server

Neil Cerutti horpner at yahoo.com
Fri Aug 18 13:39:16 EDT 2006


On 2006-08-18, tom.purl <tom.purl at gmail.com> wrote:
> I use the pyGTD script to manage my todo lists and such.  From
> Vim, I shell out a call to the gtd.py script, which updates my
> todo.txt file after update one of the related pyGTD files.
> Since I make a lot of updates to the related pyGTD files, I
> execute the gtd.py script dozens of times a day.

Was your Vim compiled with the +python feature (this enables
several Vim commands to run python code directly in Vim)?  I
don't know if that would speed things up or not, but it's worth a
try.

If the feature is present, you can run a Python script with the
:pyfile command.

-- 
Neil Cerutti



More information about the Python-list mailing list