This is patched. Thanks for your patch.

On Oct 24, 5:22 pm, Thadeus Burgess <[email protected]> wrote:
> running trunk, attempting to use wizard, dies on step6
>
> Traceback (most recent call last):
>   File "/home/thadeusb/Applications/web2py/gluon/restricted.py", line
> 188, in restricted
>
>     exec ccode in environment
>   File 
> "/home/thadeusb/Applications/web2py/applications/admin/controllers/wizard.py"
> <http://127.0.0.1:8000/admin/default/edit/admin/controllers/wizard.py>,
> line 527, in <module>
>
>   File "/home/thadeusb/Applications/web2py/gluon/globals.py", line 96,
> in <lambda>
>
>     self._caller = lambda f: f()
>
>   File 
> "/home/thadeusb/Applications/web2py/applications/admin/controllers/wizard.py"
> <http://127.0.0.1:8000/admin/default/edit/admin/controllers/wizard.py>,
> line 191, in step6
>
>     create(form.vars)
>   File 
> "/home/thadeusb/Applications/web2py/applications/admin/controllers/wizard.py"
> <http://127.0.0.1:8000/admin/default/edit/admin/controllers/wizard.py>,
> line 510, in create
>
>     file.write(make_page(page,session.app.get('page_'+page,'')))
>
>   File 
> "/home/thadeusb/Applications/web2py/applications/admin/controllers/wizard.py"
> <http://127.0.0.1:8000/admin/default/edit/admin/controllers/wizard.py>,
> line 382, in make_page
>
>     s+="    query=f and db.t_%s[f]==v or None\n" % (t,t)
> TypeError: not all arguments converted during string formatting
>
> --
> Thadeus

Reply via email to