2 Jan
2002
2 Jan
'02
8:39 p.m.
Arun Joseph writes:
My web site is running on Zope 2.3.1. I want to plug a spell checker into my site. I am using a simple python module that calls the ispell utility of Linux. Now I have written a python script to instantiate the main class file in the module. But when I try to access the methods in this class, the authorization window appears asking me to enter the user name and password. Read the excellent paper on Zope Security (--> zope.org) or the ZDG (Zope Developer Guide):
you must provide security declarations (and corresponding infrastructure). It may not be possible inside a "Script (Python)" but may require a true Python module or External Method. Dieter