When I try to run a simple conceptual blending example, it eventually outputs an error that says:
from opencog.atomspace import Handle
ImportError: cannot import name 'Handle'
As I understand it, Handle has been removed from python binding some time ago. Am I right in thinking that the example and probably the whole python blending part has to be re-written (updated)?