mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-22 05:57:41 +02:00
Merge branch 'master' into drc-kissing-corners
This commit is contained in:
+3
-2
@@ -251,8 +251,9 @@ PythonInterpreter::PythonInterpreter (bool embedded)
|
||||
|
||||
if (! has_klayout_pythonhome) {
|
||||
|
||||
// Use our own installation path for PYTHOHOME unless given
|
||||
Py_SetPythonHome (tl::to_wstring (inst_dir).c_str ());
|
||||
// Use our own installation path for PYTHONHOME unless given
|
||||
// (Our Windows installation comes with its own copy of the libraries)
|
||||
tl::set_env (pythonhome_name, inst_dir);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Vendored
+1
@@ -1,6 +1,7 @@
|
||||
|
||||
import os
|
||||
import inspect
|
||||
import pya
|
||||
|
||||
def lineno():
|
||||
return inspect.currentframe().f_back.f_lineno
|
||||
|
||||
Reference in New Issue
Block a user