[Zope] Evaluating python with my own variable bindings

Evan Simpson evan@4-am.com
Wed, 21 Aug 2002 19:57:53 -0500


Ross Boylan wrote:
> Thanks for the info.  Can you say whether it is safe to persist either
> the engine or the PythonExpr instance?

I wouldn't recommend it, and I suspect that a PythonExpr can't be 
pickled.  Python Script objects play deep games in order to allow 
persistence of compiled Python code.

Cheers,

Evan @ 4-am