opencog/atomspace

Python example not working

manisabri opened this issue · 1 comments

https://github.com/opencog/atomspace/blob/master/examples/atomspace/python.scm#L40
Above line throws an exception
init() takes exactly 1 positional argument (2 given)

linas commented

Fixed in #2833 -- Apparently, someone changed the python API, but did not change the example demos to use the new API. The fix was easy.