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

--- Comment #1 from Paul Smith <phh...@gmail.com> ---
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.

Reply via email to