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 Inheritance Multiple Superclasses

Why do i keep getting ModuleNotFoundError: No module named 'thieves' whenevr i try to run my code in play.py

Please Help

2 Answers

Simon Sporrong
Simon Sporrong
35,097 Points

as Tobiasz Lorenc said, you need to be in the rpg folder. You can type 'cd rpg' in the console (not when you're in the python shell though) to enter that folder. Also make sure all your classes are inside the rpg folder.

Tobiasz Lorenc
Tobiasz Lorenc
3,757 Points

hope u created play.py out form RPG folder and u try to start from out in console u have treehouse:~/workspace$, and u need treehouse:~/workspace/rpg$ <---- There is thieves.py class