Re: [Zope-dev] 2.7.3 beta attribute permission problems

2004-10-18 Thread Richard Jones
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19/10/2004, at 4:33 PM, Santi Camps wrote: Yes, meta_type is an attribute of type string, but I don't understand your reasons. Acquisition, obviously, is not implemented in strings, but if the object containing meta_type attribute inherits from

Re: [Zope-dev] 2.7.3 beta attribute permission problems

2004-10-18 Thread Santi Camps
En/na Dieter Maurer ha escrit: Santi Camps wrote at 2004-10-18 12:37 +0200: ... I have a persistent object A and a non persistent object B. B has implicit acquisition. From trusted code I return B.__of__(A). Trying to access B.meta_type from untrusted code (a ZPT) raises the error.B

Re: [Zope-dev] 2.7.3 beta attribute permission problems

2004-10-18 Thread Dieter Maurer
Santi Camps wrote at 2004-10-18 12:37 +0200: > ... >I have a persistent object A and a non persistent object B. B has >implicit acquisition. From trusted code I return B.__of__(A). Trying >to access B.meta_type from untrusted code (a ZPT) raises the error.B >has no attribute meta_type,

Re: [Zope-dev] Python2.4 and Zope 2.7

2004-10-18 Thread Tino Wildenhain
Hi, Am Mo, den 18.10.2004 schrieb Andreas Jung um 20:30: > I have installed Zope 2.7.3 + Python 2.4b1 on my company site and it seems > to run pretty fine. > I could not see the error below you described. I can second that. python-2.4.0b1 as Andreas said. :-) Regards Tino

Re: [Zope-dev] Python2.4 and Zope 2.7

2004-10-18 Thread Andreas Jung
I have installed Zope 2.7.3 + Python 2.4b1 on my company site and it seems to run pretty fine. I could not see the error below you described. Andreas --On Sonntag, 17. Oktober 2004 17:13 Uhr +0100 Matt Hamilton <[EMAIL PROTECTED]> wrote: Hi All, I'm having some trouble getting python2.3.4 ru

Re: [Zope-dev] RE: [Zope3-dev] Re: svn vs. cvs (some documentation)

2004-10-18 Thread Jim Fulton
Tres Seaver wrote: Jim Fulton wrote: Brian Lloyd wrote: ... Speaking of, the dev.zope.org/CVS/ area should probably be updated to: 1. capture the current state of affairs (2.8 / HEAD on svn and 2.7 on CVS), since it is currently mostly 'in the heads' of the various Zope devs Good poi

Re: [Zope-dev] RE: [Zope3-dev] Re: svn vs. cvs (some documentation)

2004-10-18 Thread Tres Seaver
Jim Fulton wrote: Brian Lloyd wrote: ... Speaking of, the dev.zope.org/CVS/ area should probably be updated to: 1. capture the current state of affairs (2.8 / HEAD on svn and 2.7 on CVS), since it is currently mostly 'in the heads' of the various Zope devs Good point. 2. translate

Re: [Zope-dev] Python2.4 and Zope 2.7

2004-10-18 Thread Tim Peters
[Andreas Jung] >> Running the tests with 2.8 under Linux fails for me: [Tim Peters] > Yes, I was replying to you, confirming that they also fail on Windows, > and identifying the specific tests that failed. Oops! Sorry, I misread what you wrote. Understood now.

Re: [Zope-dev] Python2.4 and Zope 2.7

2004-10-18 Thread Tim Peters
[Andreas Jung] > Running the tests with 2.8 under Linux fails for me: Yes, I was replying to you, confirming that they also fail on Windows, and identifying the specific tests that failed. > Collector #1542. Thanks -- I've added comments there. > Looks also related to asyncore. Since it blows

Re: [Zope-dev] Python2.4 and Zope 2.7

2004-10-18 Thread Andreas Jung
--On Montag, 18. Oktober 2004 11:27 Uhr -0400 Tim Peters <[EMAIL PROTECTED]> wrote: Curiously, the same tests pass on Zope 2.8 trunk under 2.4, and in Zope3 under 2.4. Unfortunately, I have no idea what those tests do. Possibly relevant is that 2.4's asyncore is less tolerant of leaving garbage

Re: [Zope-dev] Python2.4 and Zope 2.7

2004-10-18 Thread Tim Peters
[Andreas Jung] > Zope 2.7.3 + Python 2.4 fails when running the unittests: > > EETraceback (most recent call last): > File "/develop/sandboxes/Zope-2_7-branch/Zope/lib/python/ZEO/tests/zeoserver.py", > line 216, in ? >main() > File "/develop/sandboxes/Zope-2_7-branch/Zope/lib/python/ZEO/test

Re: [Zope-dev] Re: Python2.4 and Zope 2.7

2004-10-18 Thread Tim Peters
[Matt Hamilton] > Yes, I've tried increasing the stack size. I think it is a platform > specific problem for threads on FreeBSD/AMD64. Regardless of how large > I make the stack, or how low I set the recursionlimit, python 2.3.4 > cannot complete test_re.py sucessfully on this platform. FYI, the

Re: [Zope-dev] Python2.4 and Zope 2.7

2004-10-18 Thread Fred Drake
On Mon, 18 Oct 2004 06:59:26 +0200, Andreas Jung <[EMAIL PROTECTED]> wrote: > Zope 2.7.3 + Python 2.4 fails when running the unittests: Then a collector item should be filed. ;-) I don't know anything about ThreadedAsync myself. -Fred -- Fred L. Drake, Jr. Zope Corporation

Re: [Zope-dev] RE: [Zope3-dev] Re: svn vs. cvs (some documentation)

2004-10-18 Thread Jim Fulton
Brian Lloyd wrote: ... Speaking of, the dev.zope.org/CVS/ area should probably be updated to: 1. capture the current state of affairs (2.8 / HEAD on svn and 2.7 on CVS), since it is currently mostly 'in the heads' of the various Zope devs Good point. 2. translate the CVS FAQ to th

[Zope-dev] how can I call a Page Template from a product?

2004-10-18 Thread Coletti Massimo
Title: how can I call a Page Template from a product? Hi, I developed a simple product to display a stock quote in a portlet. The product is based on some python scripts (stored in a product directory under Plone products). I have written in zope a page template (portlet-style) to display

[Zope-dev] 2.7.3 beta attribute permission problems

2004-10-18 Thread Santi Camps
Hi all, I've instal·led Zope 2.7.3b2 (python 2.3.4, gnu/linux box) to test my products and at the first moment I've found a terrible problem for me. My applications began to raise "Unauthorized: The container has no security assertions" errors everywhere. I've been looking for in google and