Re: [Zope] Render image from external method.

2006-02-15 Thread Tino Wildenhain
Jason C. Leach schrieb: > Hi, > > I'm wondering how I can render an image from an external method > without creating a permanent image object in Zope? What I have is a > python script I call in my ZPT. The python script does some things, > and calls an external method that returns PNG image data

Re: [Zope] Render image from external method.

2006-02-15 Thread Peter Bengtsson
On 2/16/06, Jason C. Leach <[EMAIL PROTECTED]> wrote: > Hi, > > I'm wondering how I can render an image from an external method > without creating a permanent image object in Zope? What I have is a > python script I call in my ZPT. The python script does some things, > and calls an external metho

[Zope] Render image from external method.

2006-02-15 Thread Jason C. Leach
Hi, I'm wondering how I can render an image from an external method without creating a permanent image object in Zope? What I have is a python script I call in my ZPT. The python script does some things, and calls an external method that returns PNG image data. If I do tal:attributes="src python