Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37523405
en ru br
Репозитории ALT

Группа :: Development/Python3
Пакет: eric6

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: eric6-19.8-fix-python3-version-check.patch
Скачать


diff --git a/eric6/install.py b/eric6/install.py
index cf358d7..52a4b8a 100644
--- a/eric6/install.py
+++ b/eric6/install.py
@@ -1890,7 +1890,7 @@ def main(argv):
     global macAppBundlePath, macAppBundleName, macPythonExe
     global pyqtVariant, pyqtOverride, installApis, doCleanDesktopLinks
     
-    if sys.version_info < (2, 7, 0) or sys.version_info > (3, 9, 9):
+    if sys.version_info < (2, 7, 0) or sys.version_info > (3, 99, 9):
         print('Sorry, eric6 requires at least Python 2.7 or '
               'Python 3 for running.')
         exit(5)
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin