[Zope] append one file to another

Paul Winkler pw_lists at slinkp.com
Tue Nov 25 11:17:36 EST 2003


On Tue, Nov 25, 2003 at 09:02:54AM +0000, Jenny Edmondson wrote:
> Hi,
> 
> How could I append the contents of one zope file to another using Python? 
> What python command should I use to open these files? They cannot seem to 
> be opened by the normal 'open' command.

That's because they're not files, they're objects stored in an object
database (the ZODB). 
Are these File objects, or DTML objects, or Page Templates, or what?

-- 

Paul Winkler
http://www.slinkp.com
Look! Up in the sky! It's PENGUIN LETTUCE-WAVER !
(random hero from isometric.spaceninja.com)



More information about the Zope mailing list