I'm trying to running gluon/contrib/webclient.py as is (i.e, with no modification) and I'm getting this error:
-------- start here --------- $ python webclient.py Traceback (most recent call last): File "webclient.py", line 205, in <module> test_web2py_registration_and_login() File "webclient.py", line 180, in test_web2py_registration_and_login client.post('user/register', data=data) File "webclient.py", line 61, in post self.get(url, cookies=cookies, headers=headers, auth=auth) File "webclient.py", line 51, in get return self.post(url, data=None, cookies=cookies, headers=headers) File "webclient.py", line 154, in post raise RuntimeError('Broken sessions %s' % name) RuntimeError: Broken sessions welcome ---------- the end ------------- Any ideas to fix it? -- Vinicius Assef --