Hi, on the first, I think you made a mistake in starting the cogserver, b/c I tested it works. See http://wiki.opencog.org/wikihome/index.php/OpenCog_shell#Starting_Cogserver on the second, if I am not mistaken the python api has changed, but concept blending hasn't been updated to recent API.
On Thursday, September 1, 2016 at 8:42:35 PM UTC+8, [email protected] wrote: > > > 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/9e7c9602-708a-4f4a-b063-9bc32704ba4a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
