Recommend a more recent version for Python bug

This commit is contained in:
micbou 2016-08-11 20:08:10 +02:00
parent b50984be76
commit 77843d7624
2 changed files with 3 additions and 3 deletions

View File

@ -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` ### 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] 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). does not suffer from the bug).
### I can't complete python packages in a virtual environment. ### I can't complete python packages in a virtual environment.

View File

@ -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 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 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.* *youcompleteme-i-cant-complete-python-packages-in-virtual-environment.*