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

Do Now 5.01 NameError: name 'init' is not defined #68

Open
normanbauer opened this issue Jan 7, 2016 · 1 comment
Open

Do Now 5.01 NameError: name 'init' is not defined #68

normanbauer opened this issue Jan 7, 2016 · 1 comment

Comments

@normanbauer
Copy link

I tried running the Intro_Script from the Do Now 5.01 unit and got the following ingraious output:

Traceback (most recent call last):
File "/home/ubuntu/workspace/python/earsketch.py", line 1, in
from earsketch import *
File "/home/ubuntu/workspace/python/earsketch.py", line 2, in
init()
NameError: name 'init' is not defined

It looks like it picked up the import statement, but did not find the init() function.
I guess I am just another dead "beat" in the water.

@TEALS-IntroCS
Copy link
Owner

I can't reproduce the issue. Can you add a screenshot of your Earsketch workspace with the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants