Hi
I'm trying to get the PIL(last version on python 2.3)  working with Zope, but it seems that it's not working.
 
I use the code:
 file = StringIO.StringIO(data)
 im = Image.open(file)
 im.show()
 
 where data is datafrom a blob in a db. This code is working outside Zope, but at once when i try to make it a product in Zope, I get this error:
 
IOError: cannot identify image file
 
 
Does anyone know what's wrong or what to do to make this work?
 
Thanks for all help!
 
 
Regards
Tor Oskar Wilhelmsen