https://bugs.documentfoundation.org/show_bug.cgi?id=167752
--- Comment #17 from [email protected] --- Here is workaround: # Extract the python from LibreOffice directory, and replace the signature: mkdir -p "$HOME/libreoffice-python" cp -R /Applications/LibreOffice.app/Contents/Resources "$HOME/libreoffice-python/" cp -R /Applications/LibreOffice.app/Contents/Frameworks "$HOME/libreoffice-python/" codesign --force --deep --sign - "$HOME/libreoffice-python/Frameworks/LibreOfficePython.framework/Versions/3.12/Resources/Python.app" codesign --force --deep --sign - "$HOME/libreoffice-python/Frameworks/LibreOfficePython.framework" # Verify that it is running without error: $HOME/libreoffice-python/Resources/python -c 'import uno, sys; print("uno=", uno.__file__)' -- You are receiving this mail because: You are the assignee for the bug.
