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

--- Comment #14 from Rafael Lima <[email protected]> ---
(In reply to Paul Smith from comment #13)
> In addition, Rafael, when I run the initial script (the one that uses
> ScriptForge) in the console, I get no error at all. It seems that the
> problem is when Calc itself runs the script.

You probably have different Python interpreters for each case.

In Calc the interpreter is probably different than the one you use in the
shell. To verify that, use:

import sys
print(sys.executable)

Run the code above (1) from APSO Python shell and (2) from your terminal shell.
You'll probably notice that the executable is different.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to