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 trial

Python Object-Oriented Python (retired) Objects __init__

Jeffrey Lehrer
Jeffrey Lehrer
2,247 Points

Importing file/class into non-workspaces shell

Hi all,

I copy/pasted the Monster class from workspaces into PyCharm IDE and wanted to experiment with creating my own instances in my Mac's terminal (similar to the way we did with the console in workspaces) - however, I'm not sure how to set the path for terminal to locate monster.py on my computer and successfully import the class. Below is what I type in terminal and the resulting error:

from monster import Monster Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named 'monster'

Any help would be appreciated!

Thanks, Jeff

im using IDLE. First save as monster.py then RUN it! then try Monster.color.