mention binary builds

This commit is contained in:
Jay Lee
2016-10-12 16:01:49 -04:00
parent e92b9690d4
commit 8435d41d44

View File

@ -11243,6 +11243,7 @@ def win32_unicode_argv():
if __name__ == "__main__":
reload(sys)
if sys.version_info[:2] != (2, 7):
print u'ERROR: GAM requires Python 2.7. You are running %s.%s.%s. Please upgrade your Python version or use one of the binary GAM downloads.' % sys.version_info[:3]
sys.exit(5)
if hasattr(sys, u'setdefaultencoding'):
sys.setdefaultencoding(u'UTF-8')