On Chapter 6, when run the final code, got error: FileNotFoundError: [Errno 2] No such file or directory: 'templates/Abi-10-100m-Back.html' #10
Closed
shermansodev
started this conversation in
General
Replies: 1 comment
-
|
Please see this issue for a solution: #3 - thanks. (Basic problem is that the webapp has to be executed from within your webapp folder). --Paul. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
On Chapter 6, when run the app for the final code, got this error, but the templates folder is already created under the webapp folder. The app does not seem able to find the template folder to save the html file to it.
Error from Debug trace:
webapp\swimclub.py", line 82, in produce_bar_chart
with open(save_to, 'w') as tf: # the tf alias refers to the opened file.
^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'templates/Abi-10-100m-Back.html'
Beta Was this translation helpful? Give feedback.
All reactions