[Zope] External method and stdout

Kapil Thangavelu kthangavelu@earthlink.net
Tue, 05 Sep 2000 09:14:22 -0700


Sven Hohage wrote:
> 
>    Part 1.1    Type: Plain Text (text/plain)
>            Encoding: quoted-printable

why are you printing in the external method??

if you want zope to print it to html than you need to return the result
of your external method back to zope so it can deliver the result as
part of the rendered page.

you might also want to check out web python methods