25 Nov
2003
25 Nov
'03
5:39 p.m.
On Tue, 2003-11-25 at 07:05, Rainer Thaden wrote:
What would you do? Pack everything in a Zope product? I don't need to add instances to the ZODB, i just need the class and methods to work on audiosignals and store the in the file system.
This seems like something you'll want to use an external method for. You'll also want to ensure that the use zope is running as has sufficient permissions to access these files. HTH, Dylan