I'm trying to install web2py 1.74.8 from source on my windows server.
When I try to run python web2py.py I get the following traceback:
Traceback (most recent call last):
File "web2py.py" line 16, in ?
import gluon.import_all
File "D:\web2py\gluon\import_all.py", lion 104, In ?
raise ImportError, msg
ImportError: Missing dependency: hashlib
Try the following command: easy_install-2.3 -U hashlib
(I had to transcribe the above here because I couldn't cut and paste
it. Hopefully, I got it all right.)
Any ideas what the problem is?
--
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en.