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 trialKhumo Setlhabi
2,887 PointsOOP 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
1 Answer
KRIS NIKOLAISEN
54,971 PointsIf 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
Khumo Setlhabi
2,887 Pointsthanks managed to do it
James Stirrat
3,725 PointsNot working.
Khumo Setlhabi
2,887 PointsKhumo Setlhabi
2,887 Pointsit wont run codes in the shell it keeps telling me that there file doesnt exist or "No such file"