[ZCM] [ZC] 1880/ 1 Request "Fail to create Distibution ZClass
Product 2.8.1 (fix included)"
Collector: Zope Bugs, Features,
and Patches ...
zope-coders-admin at zope.org
Mon Aug 29 03:01:06 EDT 2005
Issue #1880 Update (Request) "Fail to create Distibution ZClass Product 2.8.1 (fix included)"
Status Pending, Zope/bug+solution medium
To followup, visit:
http://www.zope.org/Collectors/Zope/1880
==============================================================
= Request - Entry #1 by Anonymous User on Aug 29, 2005 3:01 am
When creating a distribution of a zclass product it gives an error in line 51 of ExportImport.py in the function exportFile. The writelines function isn't available. I replaced it with the lines from 2.7.5 and it worked again
f.write(oid)
f.write(p64(len(p)))
f.write(p)
==============================================================
More information about the Zope-Collector-Monitor
mailing list