[web2py] Re: Error after upgrade to 1.96.1

2011-06-02 Thread brushek
Thank You Masimo, I posted twice, becaouse I didn't see the first post. So ignore it. On 2 Cze, 14:19, Massimo Di Pierro wrote: > This line: > > (T('Index'),URL('index').xml()==URL().xml(),URL('index'),[]) > > should be > > (T('Index'),URL('index')==URL(),URL('index'),[]) > > This is because this

[web2py] Re: Error after upgrade to 1.96.1

2011-06-02 Thread Massimo Di Pierro
This line: (T('Index'),URL('index').xml()==URL().xml(),URL('index'),[]) should be (T('Index'),URL('index')==URL(),URL('index'),[]) This is because this code was generated by the wizard and the wizard is still experimental. This worked with only an early version of the wizard. The new wizard doe