[Zope-dev] Software developer for a Zope3 project needed

2008-05-13 Thread Hermann Himmelbauer
Hi, We are currently looking out for a Zope3/Python developer for an interesting project lasting approx. 30 to 35 days. I can't give exact details yet, but the following profile should be met: - High Zope3 skills - the project is 100% based on Zope3 technology, moreover, the project may include

[Zope-dev] Re: Zope2 monitoring

2008-05-13 Thread Andreas Zeidler
Hanno Schlichting wrote: Nice. We are already using supervisord for this project. Even more off-topic that's why we added the new 'console' command to the zopectl-like script in the zope2instance recipe, to have Zope running in fg mode without the forced automatic development mode. yay, final

[Zope-dev] Zope Tests: 5 OK

2008-05-13 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Mon May 12 11:00:00 2008 UTC to Tue May 13 11:00:00 2008 UTC. There were 5 messages: 5 from Zope Tests. Tests passed OK --- Subject: OK : Zope-2.8 Python-2.3.6 : Linux From: Zope Tests Date: Mon May 12 20:54:09 EDT 2008 URL: http://m

[Zope-dev] [ANN] Blackforest Sprint 2008 in Freiburg, Germany - August 25-27th

2008-05-13 Thread Andreas Jung
On behalf of Haufe Mediengruppe, Freiburg, Germany I am pleased to announce the BLACKFOREST SPRINT 2008 August 25-27th in Freiburg, Germany. The sprint is focused on topics like enterprise-level Zope, high-availablity, scalability, Buildout, Grok technology in Zope 2 and other hot topics that

[Zope-dev] Update on my buildbot

2008-05-13 Thread Christian Theune
Hi, my buildbot (http://zopebuildbot.whq.gocept.com) has been running fine for a while now and I started sending out notifications to myself and would like to open up the failing build notifications to the public. The other buildbot sends mails to this list which I consider currently not practica

Re: [Zope-dev] Update on my buildbot

2008-05-13 Thread Paul Carduner
On Tue, May 13, 2008 at 8:13 AM, Christian Theune <[EMAIL PROTECTED]> wrote: > Hi, > > my buildbot (http://zopebuildbot.whq.gocept.com) has been running fine for a > while now and I started sending out notifications to myself and would like to > open up the failing build notifications to the public

[Zope-dev] Re: NotFound

2008-05-13 Thread Philipp von Weitershausen
Roger Ineichen wrote: Is there a reason why zope.publisher.interfaces.NotFound is not locatable? class NotFound(LookupError, TraversalException): implements(INotFound) def __init__(self, ob, name, request=None): self.ob = ob self.name = name Why should a NotFound error

[Zope-dev] Re: i18nmessageid has a broken link

2008-05-13 Thread Philipp von Weitershausen
Sebastian Wehrmann wrote: the zope.i18nmessageid package has a broken link on http://download.zope.org/zope3.4/zope.i18nmessageid/ . The 'zope.i18nmessageid-3.4.3-py2.4-linux-i686.egg' does not exist any more on pypi. Right. It was deliberately removed because binary eggs should never ever b

[Zope-dev] Re: i18nmessageid has a broken link

2008-05-13 Thread Philipp von Weitershausen
Maurits van Rees wrote: Without having tried pure Zope 3, only Grok --- I have been working on grokproject during the Grokkerdam sprint --- the following in buildout.cfg should work just as well: find-links = http://download.zope.org/distribution/ extends = http://download.zope.org/zope3.4/versi

[Zope-dev] Re: i18nmessageid has a broken link

2008-05-13 Thread Maurits van Rees
Philipp von Weitershausen, on 2008-05-13: > Maurits van Rees wrote: >> Without having tried pure Zope 3, only Grok --- I have been working on >> grokproject during the Grokkerdam sprint --- the following in >> buildout.cfg should work just as well: >> >> find-links = http://download.zope.org/distr

[Zope-dev] AW: NotFound

2008-05-13 Thread Roger Ineichen
Hi Philipp > Betreff: Re: NotFound > > Roger Ineichen wrote: > > Is there a reason why zope.publisher.interfaces.NotFound > > is not locatable? > > > > class NotFound(LookupError, TraversalException): > > implements(INotFound) > > > > def __init__(self, ob, name, request=None): > >