Yes, I enabled python in configure script and able to execute following SQL
- Code: Select all
select __hosting_http_handler ('py', 'print "hello world"; ', '', vector (), 'helloworld.py');
- Is there a way to execute python from SPARQL?
- How can we pass parameters to python from ___hosting_http_handler?
-kp

