mirror of https://github.com/KLayout/klayout.git
Fixing Windows installation without path initialization file
This commit is contained in:
parent
4b7c117cfd
commit
1e51cf6901
|
|
@ -290,9 +290,9 @@ PythonInterpreter::PythonInterpreter (bool embedded)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
Py_SetPath (tl::to_wstring (path).c_str ());
|
||||||
|
|
||||||
Py_SetPath (tl::to_wstring (path).c_str ());
|
}
|
||||||
|
|
||||||
} catch (tl::Exception &ex) {
|
} catch (tl::Exception &ex) {
|
||||||
tl::error << tl::to_string (tr ("Evaluation of Python path expression failed")) << ": " << ex.msg ();
|
tl::error << tl::to_string (tr ("Evaluation of Python path expression failed")) << ": " << ex.msg ();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue