2011/6/2 danto <[email protected]>
> > [danto@localhost ~]$ python2 web2py/web2py.py -a pass -i 0.0.0.0 > Traceback (most recent call last): > File "web2py/web2py.py", line 16, in <module> > import gluon.widget > File "/home/danto/web2py/gluon/__init__.py", line 15, in <module> > from globals import current > File "/home/danto/web2py/gluon/globals.py", line 21, in <module> > from html import xmlescape, TABLE, TR, PRE > File "/home/danto/web2py/gluon/html.py", line 29, in <module> > * from utils import web2py_uuid, hmac_hash > ImportError: cannot import name hmac_has*h > > > ...now I cannot even start web2py, all was working well until I upgrade > lastnight (obviously too soon :P) > > I partially solved this doing a fresh install of web2py and migrating the apps to the new folder, but still didn't know why the problem was happening

