[Zope] how to get access to Python's md5 module
Dieter Maurer
dieter@handshake.de
Wed, 31 Jan 2001 22:35:57 +0100 (CET)
Fred Yankowski writes:
> I want to use MD5 encoding to encrypt passwords stored for use with
> LoginManager.
>
> The standard 'md5' Python module/library is just what I need, but I
> can't seem to import it from a Python Method or Script. Are imports
> limited to External Methods and Products only?
At first, yes.
But you can declare addtional modules or names from modules
to be importable.
Search the list archives (zope and zope-dev) for details.
Dieter