mirror of https://github.com/KLayout/klayout.git
Trying to become compatible with Python 3.13 on Windows
This commit is contained in:
parent
a983603dbc
commit
105751e2cf
|
|
@ -293,7 +293,7 @@ PythonInterpreter::PythonInterpreter (bool embedded)
|
|||
}
|
||||
}
|
||||
|
||||
Py_SetPath (tl::to_wstring (path).c_str ());
|
||||
tl::set_env (pythonpath_name, path);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue