Hello there, I would need help in LibreOffice extensions creation with python. I’m using linux and LibreOffice 7.3.7.2. I have a macro, which is a python file that sorts alphabetically csv files containing Sanskrit words. It works pretty fine. I tried to make an extension out of it because I need to distribute it to my professor (and I don’t want to just send him the file, make him create the Script/python/ subfolders in /home/.config/libreoffice/ and stuff . So I asked ChatGPT some help and it guided me up until a certain point. But once created the oxt file containing META-INF (inside of which there’s a manifest.xml) and Scripts/python folders (containing the .py file) … once loaded the macro wouldn’t appear in macro list. So we tried to generate a simple hello_world package, but something’s wrong as LibreOffice is unable to recognize it, there’s no way to read that macro in the list It loads the extensions and then nothing happens. Maybe something’s wrong with the way manifest.xml is written? I don’t know. I need non-artificial intelligence to solve this :))))
I’ll try to upload the oxt file with the sample hello_world function
the file is here :
Another strange thing is that I find problems trying to remove this extension too
Thanks a lot for reading this, sorry for my terribly rusty English
Dan