[Zope-dev] StringIO and Zope

Tor Oskar Wilhelmsen toroskar at chello.no
Mon Jul 12 12:40:36 EDT 2004


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/zope-dev/attachments/20040712/a456cb96/attachment.htm


More information about the Zope-Dev mailing list