Update Python 2.7 to latest version

This commit is contained in:
Margen67 2017-03-18 07:58:26 -07:00 committed by Margen67
parent 410dfe9055
commit 87cf0d5ed3
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ video drivers for your card.
* Windows 8 or 8.1
* Visual Studio 2015
* [Python 2.7](http://www.python.org/download/releases/2.7.6/)
* [Python 2.7](https://www.python.org/downloads/release/python-2713/)
* If you are on Windows 8, you will also need the [Windows 8.1 SDK](http://msdn.microsoft.com/en-us/windows/desktop/bg162891)
Ensure Python is in your PATH (`C:\Python27\`).

2
xb.bat
View File

@ -11,7 +11,7 @@ CALL :check_python
IF %_RESULT% NEQ 0 (
ECHO.
ECHO Python 2.7 must be installed and on PATH:
ECHO https://www.python.org/ftp/python/2.7.12/python-2.7.12.msi
ECHO https://www.python.org/ftp/python/2.7.13/python-2.7.13.msi
GOTO :exit_error
)