*http://localhost:8000/examples/dbform*
*error on browser*
500
INTERNAL SERVER ERROR

*error on terminal*
ERROR:root:Traceback (most recent call last):
  File "/Users/sugizo/learn/python/web3py/web3py/core.py", line 413, in 
wrapper
    ret = func(*func_args, **func_kwargs)
  File "/Users/sugizo/learn/python/web3py/web3py/core.py", line 381, in 
wrapper
    ret = obj.transform(ret)
  File "/Users/sugizo/learn/python/web3py/web3py/core.py", line 213, in 
transform
    delimiters=self.delimiters, reader=Template.reader)
  File 
"/Users/sugizo/miniconda3/envs/python3_test/lib/python3.7/site-packages/yatl/template.py"
, line 968, in render
    exec(code, context)
  File "<string>", line 2, in <module>
  File 
"/Users/sugizo/miniconda3/envs/python3_test/lib/python3.7/site-packages/yatl/template.py"
, line 831, in write
    data = data.xml()
  File "/Users/sugizo/learn/python/web3py/web3py/utils/form.py", line 245, 
in xml
    return self.helper().xml()
  File "/Users/sugizo/learn/python/web3py/web3py/utils/form.py", line 235, 
in helper
    self.deletable)
  File "/Users/sugizo/learn/python/web3py/web3py/utils/form.py", line 59, in 
FormStyleDefault
    key = control.name.rstrip('/')
AttributeError: 'str' object has no attribute 'name'

*didnt have form validation*
http://localhost:8000/todo/index
http://localhost:8000/_scaffold/auth/login
http://localhost:8000/_scaffold/auth/request_reset_password

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 web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/8b97cb69-5449-4f3c-bc97-c12473584f86%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to