[Zope] Re: [Zope-dev] Newbie security development question

Dieter Maurer dieter@handshake.de
Fri, 24 Jan 2003 01:09:45 +0100


Moved to "zope@zope.org"...

David Cain wrote at 2003-1-22 11:48 -0500:
 > I would like to import the ClassSecurityInfo class from a Python script
 > and the examples don't seem to work:
 > 
 > If I try for the examples:
 > 	from AccessControl import ClassSecurityInfo
 > It doesn't work so when I try:
 > 	from AccessControl.SecurityInfo import ClassSecurityInfo
 > I get password challenged, and no username/password pair works (not even
 > admin, or the emergency user).
Please read the "README" file for the "Python Script" products.

You will learn how you can make modules and classes from modules
accessible from Python Scripts....


Dieter