> > UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 72: > ordinal not in range(128) > > Any suggestions? > > perhaps you need to set LANG environment system variables *e.g. not tested* export LC_ALL=C.UTF-8 export LANG=C.UTF-8
seen many case error during run python 3 apps like this, especially in docker linux container, n cured by set LANG variables best regards, stifan -- 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/c348f8c6-4c47-4141-887e-62691771264f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

