Could someone else on a Mac give this a try to see if it works? I'm still not able to run Web2py from the command line:
In Terminal in web2py.app/Contents/Resources, try:
$ python web2py.py
I continue to get this error on two different Macs:
localhost:Resources user$ python web2py.py
Traceback (most recent call last):
File "web2py.py", line 16, in <module>
import gluon.widget
ImportError: No module named gluon.widget

