From ebc55bb4409ff70c419d3c80d598e45323d4bb76 Mon Sep 17 00:00:00 2001 From: Laurent Trinques Date: Sun, 5 Apr 2020 08:58:01 +0200 Subject: [PATCH] Q_OS_MACOS need now Python framework Versions 3.8 for launching qet_tb_generator plugin --- sources/qetdiagrameditor.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sources/qetdiagrameditor.cpp b/sources/qetdiagrameditor.cpp index 010cb619a..d85cedffa 100644 --- a/sources/qetdiagrameditor.cpp +++ b/sources/qetdiagrameditor.cpp @@ -2236,10 +2236,10 @@ void QETDiagramEditor::generateTerminalBlock() #ifdef Q_OS_MACOS if (openedProjects().count()){ - success = process->startDetached("/Library/Frameworks/Python.framework/Versions/3.5/bin/qet_tb_generator", {(QETDiagramEditor::currentProjectView()->project()->filePath())}); + success = process->startDetached("/Library/Frameworks/Python.framework/Versions/3.8/bin/qet_tb_generator", {(QETDiagramEditor::currentProjectView()->project()->filePath())}); } else { - success = process->startDetached("/Library/Frameworks/Python.framework/Versions/3.5/bin/qet_tb_generator"); + success = process->startDetached("/Library/Frameworks/Python.framework/Versions/3.8/bin/qet_tb_generator"); } #else if (openedProjects().count()){ @@ -2300,7 +2300,7 @@ void QETDiagramEditor::generateTerminalBlock() " First install on macOSX" """" "
" - "1. Install, if required, python 3.5 " + "1. Install, if required, python 3.8 " "
" " Visit :" "
"