Jon Hewer wrote:
> But, if i use Vi, then whenever i want to test some code i have to
> open up python, import the necessary modules and run it - I like the
> idea of developing python in an IDE and just hitting a run button.

map <F5> :w<CR>:!python %<CR>
--
Benji York

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to