You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# XXX: temporary message for incomplete support of python >= 3.11
67
+
68
+
confirm=messagebox.askquestion(tr('Python 3.11+ warning'), tr("MrPython is not yet fully supported by Python 3.11+\n A version between Python 3.8.x and Python 3.10.y is recommended\n Are you sure to run in degraded mode?\n Some condition checking will be turned off!"))
69
+
70
+
ifconfirm!="yes":
71
+
print(tr("==> use a python 3.8 >= 3.11 interpreter instead"))
""" Swap the python mode : full python or student """
176
188
ifself.mode=="student":
177
189
ifnotself.expert_mode_warning_shown:
178
-
confirm=messagebox.askquestion(tr('Switch to export mode?'), tr("Are you sure to switch to 'expert' mode ?\n All code verifications will be turned off!"))
190
+
confirm=messagebox.askquestion(tr('Switch to expert mode?'), tr("Are you sure to switch to 'expert' mode ?\n All code verifications will be turned off!"))
, "MrPython is not yet fully supported by Python 3.11+\n A version between Python 3.8.x and Python 3.10.y is recommended\n Are you sure to run in degraded mode?\n Some condition checking will be turned off!" : { 'fr' : "MrPython n'est pas encore 100% compatible avec Python 3.11+\n Les version 3.8.x à 3.10.y sont recommandées\nCertaines vérifications de code seront désactivées !\nÊtes-vous surs de vouloir lancer le mode dégradé ?" }
62
+
, "==> use a python 3.8 >= 3.11 interpreter instead" : { 'fr' : "==> utilisez une version de python entre 3.8 et 3.11" }
0 commit comments