@@ -54,7 +54,7 void PythonProviders::initialize() | |||||
54 | { |
|
54 | { | |
55 | auto app_path = sqpApp->applicationDirPath(); |
|
55 | auto app_path = sqpApp->applicationDirPath(); | |
56 | _interpreter.eval_str("import sys"); |
|
56 | _interpreter.eval_str("import sys"); | |
57 | for(const auto& path:{"/../lib","/../lib64","/../core"}) |
|
57 | for(const auto& path:{"/../lib","/../lib64","/../core","/../../lib"}) | |
58 | { |
|
58 | { | |
59 | QDir d{app_path+path}; |
|
59 | QDir d{app_path+path}; | |
60 | if(d.exists()) |
|
60 | if(d.exists()) |
General Comments 0
You need to be logged in to leave comments.
Login now