Hi Matt,
see https://qelectrotech.org/forum/viewtopi … 5674#p5674
Project>>Launch the Terminal search to this hard coded path in code "/Library/Frameworks/Python.framework/Versions/3.5/bin/qet_tb_generator", but you have installed python 3.8 while program search in python 3.5 path.
You could run qet_tb_generator alone with this command:
python3.8 /Library/Frameworks/Python.framework/Versions/3.8/bin/qet_tb_generator
/sources/qetdiagrameditor.cpp
+#ifdef Q_OS_MAC
+success = process->startDetached("/Library/Frameworks/Python.framework/Versions/3.5/bin/qet_tb_generator");
+#else
success = process->startDetached("qet_tb_generator");
+#endif
"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."Questions regarding QET belong in this forum and will NOT be answered via PM! – Les questions concernant QET doivent être posées sur ce forum et ne seront pas traitées par MP !