Eliseo Martínez
f10779fb7a
Fix python setup: Make sure python version on user's path is picked.
...
Problem: executable() was detecting python on user's path, but
system() was executing system-level python.
Solution: Make sure python version on user's path is executed.
Use exepath() to force system() to do so.
2014-10-31 07:44:10 -03:00
Eliseo Martínez
3fb5cdcb3f
Fix python setup: Report errors.
...
No error indication was being given if something went wrong while
setting up python.
2014-10-31 07:44:10 -03:00
Thiago de Arruda
b4ec764e8e
runtime: Fix rpcstop call in python_setup.vim
2014-10-23 21:19:08 -03:00
Thiago de Arruda
5a640821f9
runtime: Fix one of python sanity checks
...
Use sys.stdout.write which is compatible with python 2 and 3
2014-09-16 14:14:00 -03:00
Thiago de Arruda
e0beb6d0c4
runtime: Make python_setup.vim compatible with python 2.6
2014-09-15 09:47:49 -03:00
Thiago de Arruda
c66959d115
runtime: Update python_setup.vim to the new rpc function names
...
Also improve version checking.
2014-09-13 21:35:47 -03:00
Thiago de Arruda
fa01ea8ead
runtime: Add script for bootstrapping the python host
2014-09-12 13:50:02 -03:00