Re: [Zope-dev] zope.interface: verifyObject vs properties

2008-10-19 Thread Dieter Maurer
Tres Seaver wrote at 2008-10-17 15:14 -0400: ... verifyObject/verifyClass is likely not to handle the following case correctly: class I(Interface): def m(...): ... class C(object): implements(I) m = property(lambda self: lambda ...: ...)

Re: [Zope-dev] Errors / Warnings in Zope log - what to do?

2008-10-19 Thread Dieter Maurer
Hermann Himmelbauer wrote at 2008-10-17 23:04 +0200: During testing, I found the following warnings/errors in my zope log: --- 2008-10-17T17:56:50 WARNING ZopePublication Competing writes/reads at ???: database conflict error (oid 0x06d3, class zc.queue._queue.BucketQueue, serial this txn

[Zope-dev] zope.app.container won't compile

2008-10-19 Thread Andreas Jung
A buildout fails reproducable both on Mac and Linux...how is the guilty? Andreas -- Develop: '/Users/ajung/src/svn.zope.org/zopyx.smartprintng.core/trunk/zopyx.convert2' Unused options for buildout: 'download-directory'. Installing test. Getting distribution for

Re: [Zope-dev] zope.app.container won't compile

2008-10-19 Thread Roger Ineichen
Hi Andreas Betreff: [Zope-dev] zope.app.container won't compile A buildout fails reproducable both on Mac and Linux...how is the guilty? Same on windows with Python 2.4. I think this is a Python 2.4 to Python 2.5 migration issue and not platform dependent. Are you using Python 2.4?

[Zope-dev] Zope Tests: 4 OK

2008-10-19 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Sat Oct 18 11:00:00 2008 UTC to Sun Oct 19 11:00:00 2008 UTC. There were 4 messages: 4 from Zope Tests. Tests passed OK --- Subject: OK : Zope-2.8 Python-2.3.6 : Linux From: Zope Tests Date: Sat Oct 18 20:48:16 EDT 2008 URL:

Re: [Zope-dev] zope.app.container won't compile

2008-10-19 Thread Andreas Jung
On 19.10.2008 14:04 Uhr, Roger Ineichen wrote: Hi Andreas Betreff: [Zope-dev] zope.app.container won't compile A buildout fails reproducable both on Mac and Linux...how is the guilty? Same on windows with Python 2.4. I think this is a Python 2.4 to Python 2.5 migration issue and not

Re: [Zope-dev] zope.app.container won't compile

2008-10-19 Thread Andreas Jung
On 19.10.2008 14:14 Uhr, Andreas Jung wrote: On 19.10.2008 14:04 Uhr, Roger Ineichen wrote: Hi Andreas Betreff: [Zope-dev] zope.app.container won't compile A buildout fails reproducable both on Mac and Linux...how is the guilty? Same on windows with Python 2.4. I think this is a Python

Re: [Zope-dev] zope.app.container won't compile

2008-10-19 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andreas Jung wrote: A buildout fails reproducable both on Mac and Linux...how is the guilty? Andreas -- Develop: '/Users/ajung/src/svn.zope.org/zopyx.smartprintng.core/trunk/zopyx.convert2' Unused options for buildout:

Re: [Zope-dev] zope.app.container won't compile

2008-10-19 Thread Andreas Jung
On 19.10.2008 17:13 Uhr, Tres Seaver wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andreas Jung wrote: A buildout fails reproducable both on Mac and Linux...how is the guilty? Andreas -- Develop:

Re: [Zope-dev] zope.app.container won't compile

2008-10-19 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andreas Jung wrote: On 19.10.2008 17:13 Uhr, Tres Seaver wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andreas Jung wrote: A buildout fails reproducable both on Mac and Linux...how is the guilty? Andreas -- Develop:

Re: [Zope-dev] zope.app.container won't compile

2008-10-19 Thread Philipp von Weitershausen
Andreas Jung wrote: A trunk checkout compiles cleanly on Python 2.4: Sidnei checked in a fix for this problem on Thursday. I assume this made it into zope.app.container 3.6.1 released on October 15th: http://pypi.python.org/pypi/zope.app.container So why won't this version build with

Re: [Zope] Zope failing to load causing 503 error

2008-10-19 Thread Dieter Maurer
rugbert wrote at 2008-10-17 09:33 -0700: I migrated a server from one machine to another (using this thread: http://ubuntuforums.org/showthread.php?t=35087) and while most everything transferred over correctly (some permission settings didnt) apache isnt %100 working. Does your Zope work