(1)
So we have an intern at icog labs who is interested in making python3 bindings for opencog/atomspace.
If anybody wants to give him guidance on how to go about it, please write him here or here
https://github.com/opencog/atomspace/issues/501His github username/profile is
https://github.com/Yididya/Hope he would be asking for pull requests soon :D
(2)
I was wondering does every part of opencog/atomspace need to be built using python3 or we can proceed part by part. E.g.
It seems i really like this import statement to work right now
from opencog.scheme_wrapper import scheme_eval
in python3 but the error reads " ImportError: No module named 'opencog' " when executed.
Its like at the moment we need python3 bindings only for a small number of import statements, for a project we are doing now currently.
Thanks!