This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Vim: Python3 features no longer works since upgrrade to Python 3.4.3


Hi,

After upgrading to Python 3.4.3, some features in Vim stopped working.
I believe this is because Vim is built against a specific version of
python3, namely python 3.2.

Vim needs to be rebuilt agains python 3.4.3 for this to work as well.

Vim version information:
:version
VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Apr 13 2015 01:51:17)
Included patches: 1-692

Output when starting vim:

Error detected while processing /home/jkr/.vimrc:
line  378:
E370: Could not load library libpython3.2m.dll
E263: Sorry, this command is disabled, the Python library could not be loaded.
line  379:
E370: Could not load library libpython3.2m.dll
E263: Sorry, this command is disabled, the Python library could not be loaded.
line  380:
E370: Could not load library libpython3.2m.dll
E263: Sorry, this command is disabled, the Python library could not be loaded.
Press ENTER or type command to continue




Regards,
Joakim

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]