Hi,
I’m trying to import a module I wrote myself in my other python macros, but I kept getting errors for unable to import the module.
<class ‘ModuleNotFoundError’>: No module named ‘useful_func’
I tried to put it under $HOME/.config/libreoffice/4/user/Scripts/python like this page said but failed. Then I tried the path /Scripts/python/pythonpath described in this page still failed.
Besides the question about how to get it right, my point here is that these two pages shows different paths (and both failed…). Is it me misunderstanding something or should it be clear for more?
Regards, Franklin