[Zope] zpasswd.py

Michel Pelletier michel@digicool.com
Sun, 19 Mar 2000 19:34:24 -0800


You are either not using the right python, or you are using an old
python.  Python 1.5.2, including the python that comes with Zope,  comes
standard with the sha module.

-Michel

matt burleigh wrote:
> 
>  I am trying to change the superuser password but I am getting this
> error.
> 
> #python zpasswd.py
> Traceback (innermost last):
>   File "zpasswd.py", line 90, in ?
>     import sys, string, sha, binascii, whrandom, getopt, getpass, os
> ImportError: No module named sha
> 
> Matt
> 
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )