I have created the module screen_io_py as described in LibreOffice 7.6 Help Input/output to screen (Python) and placed it in the correct directory. When I try to run a macro that imports screen_io, it doesn’t work, neither from calc nor from base.I get the error: No module named screen_io.
However, when I first open the APSO console and type ‘import screen_io’ then it works, both in calc and in base.
What am I missing?