Closed hcpeter closed 11 years ago
Do you have Python installed?
(I'm pretty sure the windows binary is built with Python support - probably Python 2.7)
Hi,
Yes I have python:
Python 2.6.5
If you do :version
in gvim it will tell you what version of Python it's linked against (expecting)
I see two python link:
-DDYNAMIC_PYTHON_DLL=\"python27.dll\" -DDYNAMIC_PYTHON3_DLL=\"python31.dll\"
It seems for me that python is linked properly.
It seems for me that python is linked properly.
Yes, gVim is built properly. But it is looking for Python 2.7. Try installing that.
Thank you, it worsk like a charm! After I installed python, everything is fine.
I have Cygwin in my PC, probaply that was the cause why I see python as already installed.
Hi,
When I try to fetch my notes list I get the following error:
Error detected while processing ..\simlenote.vim:
line 17:
Simplenote: Plugin needs vim to be compiled with python support.
E117: Unknown function: simplenote#Simplenote
I use Windows7 and gVim.