Files
create/src/App
bdieterm cd89e937e9 Core: fix import of FreeCAD in a Python 3.12 interpreter
Importing FreeCAD as a module in a normal Python interpreter (e.g. /usr/bin/python3) stopped working with Python 3.12 (but works normally with Python 3.11). When executing "import FreeCAD as App", the interpreter crashes with "Fatal Python error: PyImport_AppendInittab: PyImport_AppendInittab() may not be called after Py_Initialize()".
The check that causes the error message and abortion was introduced in Python 3.12 via
7f3a4b967c
(and a typo in the error message fixed via)
35dd55005e
2024-06-07 12:19:45 -05:00
..
2024-06-03 11:04:42 -05:00
2022-08-01 01:29:47 +02:00
2024-06-03 12:52:30 +02:00
2024-06-03 12:52:30 +02:00
2024-04-20 11:29:00 +02:00
2023-12-19 11:17:53 +01:00
2024-04-18 23:06:47 -05:00
2024-06-01 19:57:16 -05:00
2024-06-01 19:57:16 -05:00
2024-05-08 20:01:54 +02:00
2024-06-03 12:52:30 +02:00
2022-08-01 00:34:46 +02:00
2022-12-02 19:19:17 -06:00
2022-08-24 10:43:56 +02:00
2024-01-02 19:29:02 +01:00
2024-06-03 12:52:30 +02:00
2024-06-03 12:52:30 +02:00
2024-06-02 14:59:45 +02:00
2024-05-16 12:51:37 -05:00
2024-05-16 12:51:37 -05:00
2022-12-02 19:19:17 -06:00
2023-10-23 18:07:07 +02:00