-
Notifications
You must be signed in to change notification settings - Fork 16
Fedora: Scripting Framework error #25
Comments
Hi, |
Hi, |
It also has dependencies with |
unfortunately there is no such package on fedora. I did install |
In Fedora the python script provider for libreoffice is libobasis6.0-python-script-provider, not that one you put as a dependency. Please, add this one to dependencies, because all RedHat-derivated distros use this one. |
SOLVED: just copy Pygments directory that you have in Python installation on your system, once you've installed it by pip, from the address "/usr/lib/pythonx.x.x/site-packages/" to "/path/to/libreoffice/program/python-core-x.y.z/lib/site-packages". |
hi @ruben1981 where is "/path/to/libreoffice/program/python-core-x.y.z/lib/site-packages"? |
@ruben1981 's solution worked for me! |
I installed via Windows 10 with build 18362. I had an issue that was basically the same thing but it was referring to different lines on the python script mentioned. I can't replicate the exact issue now since I got it to work. Anyway, another thing to mention like what @ruben1981 said, I'm assuming you also need the .oxt file in the same directory as the dependencies within the ...python-core-x.y.z\lib\site-packages\ folder. So it should be under the path And within that directory, it should be your pygments dependencies you downloaded, and codehighlighter.oxt. Once I did that, my error went away and I was golden from there. |
@ruben1981 Which path is this? I couldn't find anything like that in my |
When I select the menu item:
pygments is installed
The text was updated successfully, but these errors were encountered: