Massimo and Ron,
When I run python web2py.py I get the following ImportError:
Traceback (most recent call last):
File "web2py.py", line 20, in ?
import gluon.widget
File "/home/fitwise/webapps/web2py/web2py/gluon/widget.py", line 25,
in ?
import main
File "/home/fitwise/webapps/web2py/web2py/gluon/main.py", line 62,
in ?
from restricted import RestrictedError
File "/home/fitwise/webapps/web2py/web2py/gluon/restricted.py", line
18, in ?
from utils import web2py_uuid
File "/home/fitwise/webapps/web2py/web2py/gluon/utils.py", line 10,
in ?
import hashlib
ImportError: No module named hashlib
Does this have anything to do with the problem?
Annet.