On Sep 17, 2010, at 4:06 PM, Avik Basu wrote:
>
> Hi,
>
> I get the following error in appadmin.py which I copied over from the
> welcome app in version 1.85.2:
Are you running 1.85.2? It sounds like you might be running something earlier.
>
> Traceback (most recent call last):
> File "/Volumes/Data/avikbasu/web2py/gluon/restricted.py", line 188,
> in restricted
> exec ccode in environment
> File "/Volumes/Data/avikbasu/web2py/applications/FWv9_1_Avik/
> controllers/appadmin.py", line 40, in <module>
> URL('index')], [T('state'), False,
> File "/Volumes/Data/avikbasu/web2py/gluon/html.py", line 188, in URL
> raise SyntaxError, 'not enough information to build the url'
> SyntaxError: not enough information to build the url
>
> Any ideas?
>
> Thanks,
> Avik