diff --git a/src/runner/pythonrunner.cpp b/src/runner/pythonrunner.cpp index fce52e2..5182a6f 100644 --- a/src/runner/pythonrunner.cpp +++ b/src/runner/pythonrunner.cpp @@ -1219,8 +1219,8 @@ bool handled_exec_file(bpy::str filename, bpy::object globals = bpy::object(), b void PythonRunner::initPath() { static QStringList paths = { - QCoreApplication::applicationDirPath() + "/pythoncore.zip", - QCoreApplication::applicationDirPath() + "/pythoncore", + QCoreApplication::applicationDirPath() + "/dlls/pythoncore.zip", + QCoreApplication::applicationDirPath() + "/dlls/pythoncore", m_MOInfo->pluginDataPath() };