Hello,
I've been playing around with the OpenCog tutorial recently and ran into several issues that maybe someone can help me with.
My config is: OpenCog on Osboxes Ubuntu 14.04.5 on VirtualBox 5.1.4.
I ran octool and then successfully installed (or so I think) opencog, atomspace, cogutils and moses.
When I try to perform - loadmodule examples/atomtypes/libcustomatomtypes.so
I get the Unable to load module "examples/atomtypes/libcustomatomtypes.so" error.
The second problem is with Conceptual blending, when I try to do - from.blending.blend import ConceptualBlending, I get this error:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/osboxes/OPENCOG/opencog/opencog/python/blending/blend.py", line 4, in <module>
from blending.src.chooser.chooser_finder import ChooserFinder
File "/home/osboxes/OPENCOG/opencog/opencog/python/blending/src/chooser/chooser_finder.py", line 3, in <module>
from blending.src.chooser.choose_in_sti_range import ChooseInSTIRange
File "/home/osboxes/OPENCOG/opencog/opencog/python/blending/src/chooser/choose_in_sti_range.py", line 1, in <module>
from opencog.atomspace import Handle
ImportError: cannot import name Handle
Any help would be much appreciated.