Hi
 
I have a problem with python 2.3.3 and Zope 2.7.0. When I Execute the code below, Python just get som unhandled exceptions, and crash? Why? Does anyone know???
 
 
from cStringIO import StringIO
#pic[3] is a blob in a database
data = pic[3]
                
fil = StringIO(str(data)) #this line makes Zope and Python crash!!!!
 
 
-Tor Oskar Wilhelmsen