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

Hello World example not working #4

Closed
ghost opened this issue Apr 15, 2021 · 1 comment
Closed

Hello World example not working #4

ghost opened this issue Apr 15, 2021 · 1 comment

Comments

@ghost
Copy link

ghost commented Apr 15, 2021

Ubuntu 20.04 LTS fresh install.

> python3 helloworld.py
Traceback (most recent call last):
  File "helloworld.py", line 1, in <module>
    from lib.std.load_clvm import load_clvm
ModuleNotFoundError: No module named 'lib.std.load_clvm'

Solution:
Use from lib.std.util.load_clvm import load_clvm in helloworld.py

@Quexington
Copy link
Owner

Updated, thanks!

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