Sure, you can do :!python %, which invokes python from the shell and feeds in your script, or you can use the built-in python interpretor with :pyfile %
On 4/19/07, Simon Jackson <[EMAIL PROTECTED]> wrote:
is there a way i can run the python script that i am editing inside of vim?