https://bugs.documentfoundation.org/show_bug.cgi?id=151603
--- Comment #1 from Paul Smith <[email protected]> --- This same error occurs even using a much shorter version of the code: --------------------------------------- from scriptforge import CreateScriptService from rpy2.robjects.packages import importr rpart = importr('rpart') def acertos_iris(args=None): doc = CreateScriptService("Calc") doc.setArray("~.A1", 4) --------------------------------------- -- You are receiving this mail because: You are the assignee for the bug.
