24.2.6
Ubuntu22
folder: …user/Scripts/python
file: lib1.py lib2.py
lib1.py:
import lib2
def run():
*code*
run script:
./soffice ~/Downloads/test.odt ‘vnd.sun.star.script:lib1.py$run?language=Python&location=user’
error:
no module named ‘lib2’