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 trialMike Wagner
23,559 PointsKeyboard Interrupt not working?
During this video we run the python -m http.server
to view the coverage html
that's generated, but for some reason, my keyboard interrupt isn't working to kill the server when we generate the new report. I haven't found any consistent answers why this might be the case. For now, I'm just killing the process manually, but I am curious if anyone has any ideas or suggestions for how I can sort this out.
1 Answer
Anthony Albertorio
22,624 Pointscontrol + c works for me.
Mike Wagner
23,559 PointsMike Wagner
23,559 PointsYeah, it's working for me now, too. I'm assuming it was an issue with my OS at the time, which has been resolved after other factors forced me to do a clean install. Thanks for the input though.