I'm just trying my first web2py application, using the downloads available for OS X.
I have tried enabling the user registration system, but whenever I try to register a user I get the following error, and it looks to me as if something is broken in the gluon code. Is that right? Ticket ID 127.0.0.1.2014-08-21.14-20-05.ac656816-0ffb-4416-9f47-e7a8bab6fa7e <type 'exceptions.TypeError'> __call__() takes at least 2 arguments (1 given)Versionweb2py™Version 2.9.5-trunk+timestamp.2014.03.29.21.54.41PythonPython 2.7.3: /Users/nicholas/Downloads/web2py-2/web2py.app/Contents/MacOS/python (prefix: /Users/nicholas/Downloads/web2py-2/web2py.app/Contents/Resources) Traceback 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. Traceback (most recent call last): File "/Users/nicholas/Downloads/web2py-2/web2py.app/Contents/Resources/gluon/restricted.py", line 220, in restricted File "/Users/nicholas/Downloads/web2py-2/web2py.app/Contents/Resources/applications/reading_lists/controllers/default.py" <http://127.0.0.1:8000/admin/default/edit/reading_lists/controllers/default.py>, line 78, in <module> File "/Users/nicholas/Downloads/web2py-2/web2py.app/Contents/Resources/gluon/globals.py", line 385, in <lambda> File "/Users/nicholas/Downloads/web2py-2/web2py.app/Contents/Resources/applications/reading_lists/controllers/default.py" <http://127.0.0.1:8000/admin/default/edit/reading_lists/controllers/default.py>, line 40, in user File "/Users/nicholas/Downloads/web2py-2/web2py.app/Contents/Resources/gluon/tools.py", line 1362, in __call__ File "/Users/nicholas/Downloads/web2py-2/web2py.app/Contents/Resources/gluon/tools.py", line 2628, in register File "/Users/nicholas/Downloads/web2py-2/web2py.app/Contents/Resources/gluon/tools.py", line 2052, in login_user TypeError: __call__() takes at least 2 arguments (1 given) -- 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]. For more options, visit https://groups.google.com/d/optout.

