Debugger question and writing on filesystem (QUEST)
23 Mar
2000
23 Mar
'00
4:47 p.m.
Hi, I have a product: $myzopedir Products EProduct __init__ # empty EProduct.py class EProduct: def writeData(self): f = open('/home/oscar/data/test_out.jpg', 'wb') f.write(self.data) f.close() return 'Export succeed' On Zope, I created a new ZClass, EBook which is Subclassing, CatalogAware, Image and EProduct
9511
Age (days ago)
9511
Last active (days ago)
0 comments
1 participants
participants (1)
-
Oscar Picasso