Re: [Zope-dev] Testing my product

2002-01-18 Thread Thomas Förster
On Thursday, 17. January 2002 16:02, Chris McDonough wrote: > > ...[unittesting products]... > Please read both the Zope developer's guide and the document UNITTEST.txt > in the Zope doc directory. Well, UNITTEST.txt is focused on writing unit tests for the Zope core itself. My experience is,

[Zope-dev] im_self of methods accessed via non trivial acquisition

2002-01-18 Thread Stefan Bund
I have already posted this question on the main zope list but have not received a reply. I hope som Acquisition god is following this list to shed some light on this matter. If there is some kind of definite documentation for the acquisition machinery especially for how methods are fetched acro

Re: [Zope-dev] im_self of methods accessed via non trivial acquisition

2002-01-18 Thread Phillip J. Eby
At 09:42 AM 1/18/02 +0100, Stefan Bund wrote: >A--O--[a] >| | >| [b] >| >O--B--O--[c] >| | | >| | [d] >| | >| O--[e] >| | >| [f] >| >[g] > >... > >let /m/ be a method of the objekt /f/. The expression of interest is > > x := A.m > >I would expect /x.im_self/ to be an acquisition wra

Re: [Zope-dev] Re: [Zope] Error on install

2002-01-18 Thread Matthew T. Kromer
Eron Lloyd wrote: >Chris (or anybody else), > >Have you tried to install Beta4 using the linux binary package yet? I'm >trying to write a patch against it but the installation does in fact bomb out >each time I try to run it, even freshly untarred. The source TGZ works fine >and dandy, howeve

[Zope-dev] Security Gurus Wanted

2002-01-18 Thread vio
Could someone have a look at the following 'Boring' class with the security functionality added (as described in ZopeBook/6.Security and some other products). Could 'security' machinery be broken in Zope-2.4.1 ? It surely doesn't seem to work as adverised, on my machine at least (Debian Linux 2

Re: [Zope-dev] Security Gurus Wanted

2002-01-18 Thread Steve Alexander
vio wrote: > Could someone have a look at the following 'Boring' class with the > security functionality added (as described in ZopeBook/6.Security > and some other products). Could 'security' machinery be broken in > Zope-2.4.1 ? It surely doesn't seem to work as adverised, on my > machine a

Re: [Zope-dev] Re: [Zope] Error on install

2002-01-18 Thread Eron Lloyd
Yeah, I caught that this morning. Seems like the test/ directory is causing more trouble than I though, huh ;-) ? I'm in the process of applying a custom patch to lib/python2.1/compileall.py that adds a new parameter and code suite to compile_dir() to accept a list of dir. names to skip over du

[Zope-dev] Folding Zope Into an Install

2002-01-18 Thread Noah Friedland
Fellow Zopers: I have recently completed a small app built on zope. I am trying to build an inno setup install script that will install zope silently (with a pre-determined master user/password). Any help on this would be greatly appreciated. --N ___