Code: Select all
vim .config/libreoffice/4/user/Scripts/python/test.py
def output_screen():
print("call python in macro")
Nothing happen when to click the "run" button!
Code: Select all
vim .config/libreoffice/4/user/Scripts/python/test.py
def output_screen():
print("call python in macro")