[Zope] ImportError: No module named sha
Morris Hooten - SES System Admin
morris.hooten@sun.com
Wed, 30 Jul 2003 14:59:36 -0600
I am using Zope 2.6.1 and have tried using several clean versions of python 2.2 + 2.1
but still get the error below. I have also tried finding this module in the
appropriate directories and it doesn't exist.
Anyone have an idea?
Thanks
edudoc# ./install
------------------------------------------------------------------------------
Compiling python modules
------------------------------------------------------------------------------
Traceback (most recent call last):
File "inst/binary_install.py", line 83, in ?
if __name__=='__main__': main(sys.argv)
File "inst/binary_install.py", line 74, in main
import zpasswd; zpasswd.write_inituser(home, user, group)
File "/export/httpd/Zope-2.6.1-solaris-2.8-sparc/zpasswd.py", line 18,
in ?
import sys, sha, binascii, random, getopt, getpass, os
ImportError: No module named sha