I created function in python, but when tried to call, I receive :
Embedded Python has not been enabled. Start server with --set embedded_py=true
I stopped farm. used mserver5 --set embedded_py=true and got in mserver5 console output:
# MonetDB/SQL module loaded
# MonetDB/Python module loaded
Then I started farm and still getting same error. Then I did this:
monetdb stop dbname
monetdb set embedpy=true dbname
monetdb start dbname
Still getting same. Any ideas what I am doing wrong?