From 77843d7624aa1e1172d31ece76aa326d4fd743d8 Mon Sep 17 00:00:00 2001 From: micbou Date: Thu, 11 Aug 2016 20:08:10 +0200 Subject: [PATCH] Recommend a more recent version for Python bug --- README.md | 4 ++-- doc/youcompleteme.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 660edd7b..28099843 100644 --- a/README.md +++ b/README.md @@ -2814,9 +2814,9 @@ version of Python. ### On Windows I get `E887: Sorry, this command is disabled, the Python's site module could not be loaded` -If you are running vim on Windows with Python 2.7.11, this is likely caused by +If you are running vim on Windows with Python 2.7.11, this is likely caused by a [bug][vim_win-python2.7.11-bug]. Follow this [workaround] -[vim_win-python2.7.11-bug_workaround] or use a different version (Python 2.7.9 +[vim_win-python2.7.11-bug_workaround] or use a different version (Python 2.7.12 does not suffer from the bug). ### I can't complete python packages in a virtual environment. diff --git a/doc/youcompleteme.txt b/doc/youcompleteme.txt index 3cd1f4d5..731e169a 100644 --- a/doc/youcompleteme.txt +++ b/doc/youcompleteme.txt @@ -3096,7 +3096,7 @@ module could not be loaded" ~ If you are running vim on Windows with Python 2.7.11, this is likely caused by a bug [61]. Follow this workaround [62] or use a different version (Python -2.7.9 does not suffer from the bug). +2.7.12 does not suffer from the bug). ------------------------------------------------------------------------------- *youcompleteme-i-cant-complete-python-packages-in-virtual-environment.*