20 Nov
2005
20 Nov
'05
6:04 p.m.
On 20 Nov 2005, at 18:54, D Washburn wrote:
I have a need to encrypt a parameter passed on a URL to another website using Python and MD5 encryption. I tried to set up a test python script:
This is a FAQ. Python scripts provide a *restricted* execution environment. You cannot just import any old Python module. See the README inside the PythonScripts folder under <zope>/lib/python/ Products for more information. jens