https://bugs.documentfoundation.org/show_bug.cgi?id=158346
Bug ID: 158346
Summary: The ScriptForge library has crashed. The reason is
unknow.
Product: LibreOffice
Version: 7.6.3.2 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: LibreOffice
Assignee: [email protected]
Reporter: [email protected]
Description:
It runs smooth with 7.5.8
After upgrade to 7.6.3~rc2-0ubuntu0.23.04.1~lo3
I got message when run python script
-----------------------------------
Library: ScriptForge
Service: Session
Method: ExecutePythonScript
The ScriptForge library has crashed. The reason is unknow.
Maybe a bug that could be report on https://bugs.documentfoundation.org/
More details:
Location: Session.ExecutePythonScript/300
An exception occured
Type: com.sun.star.script.provider.ScriptFrameworkErrorException
Message: <class 'importError'>: No module named 'scriptforge' (or
'scriptforge.CreateScriptService' is unknown)
File "usr/lib/libreoffice/program/pythonscript.py" line 1058, in getScript.
...........
-----------------------------------
Steps to Reproduce:
1.From Ubuntu 23.04, upgrade from 7.5.8 to 7.6.3 rc2
2.Run any python macro
Actual Results:
Macro not run, it return an error
-----------------------------------
Library: ScriptForge
Service: Session
Method: ExecutePythonScript
The ScriptForge library has crashed. The reason is unknow.
Maybe a bug that could be report on https://bugs.documentfoundation.org/
More details:
Location: Session.ExecutePythonScript/300
An exception occured
Type: com.sun.star.script.provider.ScriptFrameworkErrorException
Message: <class 'importError'>: No module named 'scriptforge' (or
'scriptforge.CreateScriptService' is unknown)
File "usr/lib/libreoffice/program/pythonscript.py" line 1058, in getScript.
...........
Expected Results:
Python macro runs
Reproducible: Always
User Profile Reset: No
Additional Info:
Python macro runs
--
You are receiving this mail because:
You are the assignee for the bug.