jaxbot / browserlink.vim

Live browser editing for Vim
MIT License
711 stars 38 forks source link

Python error with MacVim #54

Open dschuessler opened 7 years ago

dschuessler commented 7 years ago

Got this error while trying to get browserlink to run:

Error detected while processing /Users/xxx/.vim/plugged/browserlink.vim/autoload/browserlink
.vim:
line   10:
E836: This Vim cannot execute :python after using :py3
E263: Sorry, this command is disabled, the Python library could not be loaded.
Error detected while processing function <SNR>28_autoReload[2]..browserlink#sendCommand:
line    6:
E836: This Vim cannot execute :python after using :py3
E263: Sorry, this command is disabled, the Python library could not be loaded.

MacVim 8.0.1272 (142) macOS 10.13 (17A405)

schulace commented 7 years ago

getting the same error.

ClaudeDev commented 6 years ago

Getting the same error. Apparently it wants to use Python 2.7 instead of the already installed 3.5

xavierartot commented 6 years ago

same here ☹️

ClaudeDev commented 6 years ago

I am now using Gulp and Browsersync and it works really well!