Troubleshooting
This section describes some known issues and possible solutions.
- Some Python extensions may not work if pyinit and pyunload are called multiple times inside of a single Mosel instance. This is due to a bug in Python's finalization function. See https://docs.python.org/3/c-api/init.html\#c.Py\_FinalizeEx for more details.
- This module does not handle Mosel restrictions, it will therefore fail to load if Mosel is run in restricted mode.