~/web2py$ python web2py.py --nogui
web2py Web Framework
Created by Massimo Di Pierro, Copyright 2007-2011
Version 2.00.0 (2012-07-20 10:31:02) dev
Database drivers available: SQLite3, pymysql, pg8000, IMAP
choose a password:
please visit:
http://127.0.0.1:8000
use "kill -SIGTERM 20312" to shutdown the web2py server
Traceback (most recent call last):
  File "web2py.py", line 25, in <module>
    gluon.widget.start(cron=True)
  File "/Users/jlb/web2py/gluon/widget.py", line 1065, in start
    interfaces=options.interfaces)
  File "/Users/jlb/web2py/gluon/main.py", line 783, in __init__
    save_password(password, port)
  File "/Users/jlb/web2py/gluon/main.py", line 648, in save_password
    fp.write('password="%s"\n' % cpassword)
  File "/Users/jlb/web2py/gluon/validators.py", line 2574, in __str__
    hashed = simple_hash(self.password, masterkey, digest_alg)
  File "/Users/jlb/web2py/gluon/utils.py", line 46, in simple_hash
    return hmac_hash(text, salt, digest_alg)
  File "/Users/jlb/web2py/gluon/utils.py", line 87, in hmac_hash
    int(keylen),get_digest(alg))
  File "/Users/jlb/web2py/gluon/utils.py", line 72, in get_digest
    raise ValueError("Invalid digest algorithm")
ValueError: Invalid digest algorithm

-- 



Reply via email to