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

How do I get the graphics of the app.py app in the course?

For some reason, my program just shows up blank (as in no graphics), The input and signing up and so-on work. It just doesn't show the graphics for me.

If I need to attach my code, just let me know which files I need to attach, Thanks.

1 Answer

Are you doing app.run()?

I don't think so could you please tell me what to do please?

I'm using this at the end of app.py

app.run(debug=DEBUG, host=HOST, port=PORT)

Do you know how i would add the graphics to the app?