Either running locally with rocket server or under Apache for every single application (including admin), I am getting this error:
File "C:\web2py\gluon\main.py", line 433, in wsgibase
session.connect(request, response)
File "C:\web2py\gluon\globals.py", line 1001, in connect
session_pickled = pickle.dumps(self, pickle.HIGHEST_PROTOCOL)
File "C:\web2py\gluon\storage.py", line 52, in <lambda>
__getnewargs__ = lambda self: getattr(dict,self).__getnewargs__(self)
TypeError: getattr(): attribute name must be string
I deleted the sessions and cookies.
I read the thread on this but didn't find a solution.
I am using Python 3.7.3
Web2py: Version 2.18.5-stable+timestamp.2019.04.08.04.22.03
OS: Windows 10
Any help will be really appreciated. I need to get the server back up.
Thanks,
Clara