helloflask / flask-examples

Example applications for Flask learners.
http://helloflask.com/en/
MIT License
189 stars 106 forks source link

Upgrade to Python 3.8 for hello program #2

Closed rafskov closed 3 years ago

rafskov commented 3 years ago

Here's the last part of the stack trace I think time.clock isn't working for Python 3.8

File "c:\users\rskov\appdata\local\programs\python\python38\lib\site-packages\mako\compat.py", line 145, in time_func = time.clock AttributeError: module 'time' has no attribute 'clock'

greyli commented 3 years ago

Thank you!