Re: [Zope] want to use external script to read a text-file and image in database and modify REQUEST

2006-02-25 Thread J Cameron Cooper
Allen Huang wrote: Hi I want to use external methods to read a text file and image in database and modify the REQUEST my code looks like this varible --- def imageSetup(self, imageID, dataID, REQUEST): import PIL.Image from StringIO import StringIO # Get th

[Zope] want to use external script to read a text-file and image in database and modify REQUEST

2006-02-24 Thread Allen Huang
Hi   I want to use external methods to read a text file and image in database and modify the REQUEST   my code looks like this varible --- def imageSetup(self, imageID, dataID, REQUEST):    import PIL.Image    from StringIO import StringIO       # Get the original imag