So this seems to be because cgi.escape which was deprecated has now been removed. I think there may have been a fix submitted for this - however if not it should be fairly simple to include - looks like we just need to use html.escape which will work for all reasonable versions of python 3.
DOnald On Thursday, October 31, 2019 at 9:52:19 PM UTC, martel berends wrote: > > I had the same problem..I was curious to see if it should work out of the > box, but that was not the case. Currently I'm using python 3.7.4 > > Op woensdag 30 oktober 2019 22:10:05 UTC+1 schreef Константин Комков: >> >> Hello! I can't start web2py with python 3.8.0. Are somebody have the same >> problem? Web2py with python 3.7.3 and 3.7.5 work good. Thank you. >> > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/70480515-8ece-49e1-891d-5c42d22f7478%40googlegroups.com.

