Thanks a lot. That worked. It is weird since it didn't have an issue
running with the web2py on my co-dev's computer.

I'm still curious how you recommend we use the admin interface
externally with more than one developer. Do we all just use the same
admin password and work in different parts of the MVC?

On May 19, 6:24 am, Massimo Di Pierro <[email protected]>
wrote:
> you have a URL(...).xml() in your menu file that should just be URL()
>
> On May 19, 1:11 am, web2newby <[email protected]> wrote:
>
>
>
>
>
>
>
> > Apps that run on a fellow developers system aren't on mine. I'm
> > getting the following error:
>
> > Traceback (most recent call last):
> >   File "/web2py/gluon/restricted.py", line181, inrestricted
> >     exec ccode in environment
> >   File "/web2py/applications/app/compiled/models_menu.py", line 8, in
> > <module>
> > AttributeError: 'str' object has no attribute 'xml'
>
> > <type 'exceptions.AttributeError'>('str' object has no attribute
> > 'xml')
>
> > context:
> > <code object <module> at 0x29ba930, file "/web2py/applications/app/
> > compiled/models_menu.py", line 2>
>
> > This happens whether I run it locally or externally (that is, the
> > admin interface I set up with apache to be accessible externally).
>
> > P.S. When multiple developers use the admin interface externally to
> > build an app, are they all just supposed to use the same password? I
> > didn't see how to set this up in the book.
>
> > Thanks!

Reply via email to