[Zope] External method building a ksh script

Wolf Logan wolf@searchbutton.com
Tue, 4 May 1999 19:36:51 -0700


just a quick note: the error message you're seeing is, i think, the result
of a bug in the ExternalMethod code. it means there's a real error
somewhere, but unfortunately you don't get to see what it is.

if anybody knows how to patch ExternalMethod so that it shows the correct
errors, i'd love to see it. i can't quite make out what it's trying to do at
that point in the code, so i haven't been able to patch it.

----- Original Message -----
From: Albert Boulanger <aboulanger@ldeo.columbia.edu>
Sent: Tuesday, May 04, 1999 8:09 PM


> I get the following error:
>
> Traceback (innermost last):
>   File lib/python/ZPublisher/Publish.py, line 877, in publish_module
> . . .
>   File lib/python/Products/ExternalMethod/ExternalMethod.py, line 254,
> in __call__
>     (Object: CopySource)
>     (Info: (('#!/bin/ksh\012# @ input = %%input%%\012# @ output =
> . . .
> 'output:': '/data/4draid/liqing/FDM/run_24.out'}), {}, None))
> TypeError: (see above)