I just checked out the cube2py repository from code.google.com and am
attempting to run it on the Source branch of web2py 1.79.2 (2010-06-08
22:45:26). Attempting to run it generates this error:
Traceback (most recent call last):
File "C:\Users\scott\Documents\workspace\web2py\gluon
\restricted.py", line 178, in restricted
exec ccode in environment
File "C:\Users\scott\Documents\workspace\web2py\applications\cube2py/
views\default/user.html", line 40, in <module>
AttributeError: 'Auth' object has no attribute 'navbar'
I checked the included db.py and sure enough auth.navbar is not
defined. Suggestions?
Thanks in advance!