25 Nov
2003
25 Nov
'03
8:48 p.m.
Rainer Thaden wrote at 2003-11-25 16:05 +0100:
... I have a python class dealing with audiosignals. It loads a file from the filesystem performs operations on it and stores them in the filesystem. I want to use the classes in Zope (Plone) so i tried to pack them in a module and let the security machine know that it is allowed to import the class and the contained methods.
To make it short: i didn't make it. Eiter i get an unauthorized error on the module, on the class or on the method inside the class.
Please read the security section in the Zope Developer Guide. You can use my "DocFinder" product to analyse the security settings in your instances. <http://www.dieter.handshake.de/pyprojects/zope> -- Dieter