https://bugs.documentfoundation.org/show_bug.cgi?id=151603
Rafael Lima <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEEDINFO CC| |[email protected] --- Comment #2 from Rafael Lima <[email protected]> --- Hi Paul, thanks for reporting. Your bug does not seem to be related to ScriptForge itself, but rather to your Python environment. What OS are you running? Is your LibreOffice installed via deb, flatpak, snap? Also, run the following ultra-simplified script on your machine: ------------------- from rpy2.robjects.packages import importr rpart = importr('rpart') def acertos_iris(args=None): print("") -------------------- Let me know if it results in the same error. -- You are receiving this mail because: You are the assignee for the bug.
