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.

-- 
You received this message because you are subscribed to the Google Groups 
"opencog" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/opencog.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/opencog/0badbabb-82c6-47e1-8619-d2db4df3f705%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to