[Zope] Problems with the encryption

Dieter Maurer dieter@handshake.de
Thu, 20 Sep 2001 22:00:01 +0200 (CEST)


=?iso-8859-1?Q?Juan=5FGarc=EDa=5FGarc=EDa?= writes:
 >   i want to encrypt a string with an algorithm, like DES for example.
 > I've tried many examples, published in Internet, but i get always the same
 > error:
 > 
 > Error Type: ImportError
 > Error Value: import of "des" is unauthorized
 > 
 > I don't know why i can't import "des", in spite of i have the Manager
 > role.
 > 
 > Can anyone help me, please?
Search the mailing list archives!

There are excellent posts explaining how to make modules importable
in Python scripts!


Dieter