diff --git a/src/plugins/CMakeLists.txt b/src/plugins/CMakeLists.txt index 4c0299cd..19583cdc 100644 --- a/src/plugins/CMakeLists.txt +++ b/src/plugins/CMakeLists.txt @@ -29,7 +29,7 @@ include(generate_product_version) set(VERSION_MAJOR 5) set(VERSION_MINOR 52) -set(VERSION_PATCH 2) +set(VERSION_PATCH 3) add_library(pch pch.cpp) target_precompile_headers(pch PUBLIC pch.h) diff --git a/src/plugins/exec/PyStand.cpp b/src/plugins/exec/PyStand.cpp index 2242b632..e96c6118 100644 --- a/src/plugins/exec/PyStand.cpp +++ b/src/plugins/exec/PyStand.cpp @@ -272,6 +272,7 @@ def MessageBox(msg, info = 'Message'): return 0 os.MessageBox = MessageBox sys.stdout=sys.stderr +sys.path.insert(0, './LunaTranslator') )" #ifndef PYSTAND_CONSOLE LR"(