[Zope] Limits of External Methods
Chris McDonough
chrism@zope.com
20 Feb 2003 12:56:08 -0500
You misspelled Acquisition. ;-)
On Thu, 2003-02-20 at 12:26, Ed Leafe wrote:
> On Thursday, February 20, 2003, at 11:06 AM, Chris McDonough wrote:
>
> > See both "Module Security Assertions" and "Class Security Assertions in
> > Non-Module Code" in
> > http://www.zope.org/Documentation/Books/ZDG/current/Security.stx.
>
> OK, I've followed the directions on that page, but one of the lines is
> causing a problem when I re-import the modified External Method:
>
> from Acquistion import Implicit
>
> When I import the External Method with that line added, I get the
> following error:
>
> Error Type: ImportError
> Error Value: No module named Acquistion
>
> Um, isn't this something basic in Zope? I have a file in
> [zopedir]/lib/python named Acquisition.so, but nothing else that I can
> find. Am I missing something?
>
> ___/
> /
> __/
> /
> ____/
> Ed Leafe
> http://leafe.com/
> http://opentech.leafe.com
>