https://bugs.documentfoundation.org/show_bug.cgi?id=143081

--- Comment #6 from Julien Nabet <[email protected]> ---
I removed the registered BaseDocumenter + extension BaseDocumenter and started
over.
I installed again BaseDocumenter (this time "only for me" instead of "For all
users").
I created a new dir: /home/julien/Documents/testBaseDocumenter
I downloaded Templates.zip and unzip it there
=> so I got jquery, BD_Template.html, etc. in this dir.

Then I launched LO and tried again the menu "new Repository", it still failed
with the same error.

Just for the record, at another moment (I don't remember exactly when), I had
another popup message:
Public Function _BD_ScriptPython(ByVal psFunction As String) As Object
'       Return the script to invoke to call the given Python function
'      
https://wiki.openoffice.org/wiki/Documentation/DevGuide/Scripting/Scripting_Framework_URI_Specification

        'Manual storage of python script
        'Set _BD_ScriptPython =
_BD_.ScriptProvider.getScript("vnd.sun.star.script:BaseDocumenter/BD_json.py$"
& psFunction & "?language=Python&location=user")

        On Local Error GoTo Install_ForAllUsers
        'Storage from extension => Install "only for me"
        Set _BD_ScriptPython = _BD_.ScriptProvider.getScript( _
        "vnd.sun.star.script:BaseDocumenter.oxt|python|BD_json.py$" &
psFunction & "?language=Python&location=user:uno_packages") ================
Error here

Exit_Function:
        Exit Function
Install_ForAllUsers:
        'Storage from extension => Install "for all users"
        On Local Error GoTo Error_NoPython
        Set _BD_ScriptPython = _BD_.ScriptProvider.getScript( _
        "vnd.sun.star.script:BaseDocumenter.oxt|python|BD_json.py$" &
psFunction & "?language=Python&location=share:uno_packages")
        GoTo Exit_Function
Error_NoPython:
        _BD_ForceExecutionStop(_BD_GetLabel("ERR" & ERRINTERNAL))
End Function    '       _BD_ScriptPython

(I copied it by hand since I couldn't copy paste the error message).

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to