9 Aug
1999
9 Aug
'99
2:19 p.m.
I just tried to install zope 2.0.0b1. Here my first problem:
$ python zpasswd.py access Username: superuser Password: Vefify password: Please choose a format from: SHA - SHA-1 hashed password CRYPT - UNIX-style crypt password CLEARTEXT - no protection. Encoding: crypt Domain restrictions: localhost Traceback (innermost last): File "zpasswd.py", line 251, in ? if __name__=='__main__': main(sys.argv) File "zpasswd.py", line 241, in main access_file.write(username + ":" + File "zpasswd.py", line 112, in generate_passwd return pw NameError: pw
Any clue?
try CRYPT instead of crypt --Rob