[Zope] newbie zpasswd question

Michel Pelletier michel@digicool.com
Tue, 7 Sep 1999 15:40:00 -0400


> -----Original Message-----
> From: Scott Anderson [mailto:sanderson@ttm.com]
> Sent: Tuesday, September 07, 1999 2:46 PM
> To: zope@zope.org
> Subject: [Zope] newbie zpasswd question
> 
> 
> Hi all,
> 
> I'm trying to use zpasswd... python comes back with "ImportError: No
> module named sha"
> 

The python you are using does not have the SHA module compiled in.
Either use the binary release of Zope if your platform is supported or
recompile Python with the necessary module.  For information on this,
see the Python documentation.

-Michel

> What did I miss?
> 
> Regards,
> -scott
> 
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://www.zope.org/mailman/listinfo/zope
> 
> (To receive general Zope announcements, see:
> http://www.zope.org/mailman/listinfo/zope-announce
> 
> For developer-specific issues, zope-dev@zope.org -
> http://www.zope.org/mailman/listinfo/zope-dev )
>