[web2py] Re: custom_auth_table TypeError: a bytes-like object is required, not 'str'

2019-03-01 Thread Paul Ellis
I have solved this by deleting errors. I think there was some errors pickled while running Python 2 still in the directory. Is it possible your /databases/*.table files were pickled while running under Python 2? Might need to export the data and start a fresh database with python 3 and then

[web2py] Re: custom_auth_table TypeError: a bytes-like object is required, not 'str'

2019-03-01 Thread Paul Ellis
web2py™Version 2.17.2-stable+timestamp.2018.10.06.11.34.06 PythonPython 3.7.0: Traceback (most recent call last): File "C:\web2py\gluon\restricted.py", line 219, in restricted exec(ccode, environment) File "C:/web2py/applications/admin/controllers/default.py"