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

OOP workspace is giving me problems

python: can't open file 'play.py': [Errno 2] No such file or directory.

i tried starting a new workfile but it doesnt work

it wont run codes in the shell it keeps telling me that there file doesnt exist or "No such file"

1 Answer

If you used the video workspace as a starting point the files are in a folder named rpg. You can either change to this folder then run the file

1) cd rpg

2) python play.py

Or specify the folder along with the file name

1) python rpg/play.py

thanks managed to do it