Hacker News new | ask | show | jobs
by abc_lisper 1386 days ago
I get the same thing too!
1 comments

Try to put `sys.path.insert(0, os.getcwd())` after `import sys` in dream.py.

That fixed it for me.