소스 검색

Friendlier message.

Mr.doob 12 년 전
부모
커밋
5089e05675
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      utils/build.py

+ 2 - 2
utils/build.py

@@ -3,8 +3,8 @@
 import sys
 
 if sys.version_info < (2, 7):
-	print("ERROR: The build script requires Python 2.7 or higher.")
-	print("You can get an updated version here: http://www.python.org/download/releases/")
+	print("This script requires at least Python 2.7.")
+	print("Please, update to a newer version: http://www.python.org/download/releases/")
 	exit()