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", line 181, in restricted
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!