[Zope] Python Scripts

Dennis Allison allison@sumeru.stanford.EDU
Sat, 27 Jul 2002 20:04:27 -0700


In answer to my query,"Chris McDonough" <chrism@zope.com> wrote:

> This works:
> 
> context.manage_addProduct['PythonScripts'].manage_addPythonScript('bar
> ')

and indeed it does.  But there's another problem--I'm copying a Python script
and that requires special magic -- the source script needs to be deconstructed
and the destination constructed.  I don't see a neat way to do that with te 
API.  Any hints?

-dra