mimosinnet l33t


Joined: 10 Aug 2006 Posts: 719 Location: Barcelona, Spain
|
Posted: Thu Mar 13, 2025 9:02 am Post subject: [SOLVED] libreoffice Consider setting $PYTHONHOME to |
|
|
After upgrading to libreoffice-bin-24.8.4-r3, I get the following message in the console when opening a file with LibreOffice:
Code: | Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] |
LibreOffice python version is 3.9:
Code: | locate python3 | grep libreoffice
/opt/libreoffice24.8/program/libpython3.9.so
/opt/libreoffice24.8/program/libpython3.9.so.1.0
/opt/libreoffice24.8/program/libpython3.9.so.1.0-gdb.py |
I do not have python-3.9 installed:
Code: | qlist -IS dev-lang/python
dev-lang/python:3.13
dev-lang/python:3.12
dev-lang/python-exec:2
dev-lang/python-exec-conf:2 |
The message disappears when installing dev-lang/python:3.9.
Just solved the issue while writing this post.
Thanks! _________________ Please add [solved] to the initial post's subject line if you feel your problem is resolved.
Take care of the community answering unanswered posts. |
|