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

I am trying to run the simple_app (flask basics) but am getting the error Templatenotfound.

when working on my treehouse workspaces everything is fine, but when l try to do the same thing on windows, I am getting this error jinja2.exceptions.TemplateNotFound. Help me fix this dont know wher to start

2 Answers

(to check the errors your self ) install python on your PC from https://www.python.org/downloads/

i installed python from https://www.python.org/downloads/. What do you mean by check the errors myself

I mean when we use workspace online maybe we can not know the errors but if use it in your PC you can see the program warning in the output . regards