Are you running from 1.94.6 or from trunk? I ask because a recent change was
made to URL in trunk so it returns a string instead of an XML object (so, no
more xml() method).
Anthony
On Monday, April 4, 2011 12:45:56 PM UTC-4, Christopher Steel wrote:
> Running the latest version of Web2py and Python 2.7 on OS X the I get
> the following error when running wizard created applicaitons:
>
> File "/Users/username/webapps/2010_04_04/web2py/applications/a/models/
> menu.py", line 8, in <module>
>
> (T('Index'),URL('default','index').xml()==URL().xml(),URL('default','index'),
>
> []),
>
> AttributeError: 'str' object has no attribute 'xml'