Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
noskill opened this issue Nov 18, 2020 · 0 comments
Open

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

noskill opened this issue Nov 18, 2020 · 0 comments

Comments

@noskill
Copy link

noskill commented Nov 18, 2020

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant