20 Sep
2001
20 Sep
'01
8 p.m.
=?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