Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialDrew Bissonnette
309 PointsWhat can cause this error? ImportError: cannot import name 'Monster' I've re done this 5x times from scratch.
This is my full error:
from monster import Monster
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: cannot import name 'Monster'
I've restarted this about 5x from the start and followed the video. What could I be missing?
1 Answer
Drew Bissonnette
309 PointsI figured it out, I had forgot to sale the file first. I am all set now. :)
William Watlington
3,347 PointsWilliam Watlington
3,347 PointsI swear every time I can't figure out why something isn't working in Workspaces it's because I forgot to save.