Skip to content

Calling (use-modules (opencog))) doesn't load opencog.scm #143

@noskill

Description

@noskill

Script to reproduce the bug:

from opencog.scheme import  scheme_eval, scheme_eval_as
from opencog.type_constructors import *

atomspace = AtomSpace()
set_default_atomspace(atomspace)
scheme_eval(atomspace, '(use-modules (opencog))')
#scheme_eval(atomspace, '(load "/usr/share/guile/site/2.2/opencog.scm")')
scheme_eval(atomspace, '(TypeSet (Type "ConceptNode"))') # this line fails without previous

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions