[Zope-dev] Zope Tests: 5 OK

2008-05-08 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Wed May 7 11:00:00 2008 UTC to Thu May 8 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: Wed May 7 21:01:04 EDT 2008 URL:

Re: AW: [Zope-dev] Re: AW: Re: New i18n locale extraction concept

2008-05-08 Thread Stephan Richter
On Wednesday 07 May 2008, Roger Ineichen wrote: I like that it can extract locales from eggs.  I don't like that it uses zcml for this.  Is the zcml really necessary? zcml is needed for exctract locales from page templates.   ZCML is needed to extract strings from ZCML. Regards, Stephan --

[Zope-dev] Re: AW: Re: AW: Re: New i18n locale extraction concept

2008-05-08 Thread Maurits van Rees
Stephan Richter, on 2008-05-08: On Wednesday 07 May 2008, Roger Ineichen wrote: I like that it can extract locales from eggs.  I don't like that it uses zcml for this.  Is the zcml really necessary? zcml is needed for exctract locales from page templates.   ZCML is needed to extract

[Zope-dev] Re: AW: Re: AW: Re: New i18n locale extraction concept

2008-05-08 Thread Maurits van Rees
Hi Roger, Roger Ineichen, on 2008-05-07: Uhaaa, that's a left over from a copied README.txt file. I need to review that part again. I thought it might be something like that. :-) Why specify both eggs and packages? And why specify those packages in the setup.py too? At least that is what

[Zope-dev] OrderedMultiSelectWidget in Zope2: context weirdness?

2008-05-08 Thread Josh Johnson (jjmojojjmojo)
I'm looking at the code for OrderedMultiSelectWidget, in zope.app.form.browser.itemswidgets (line 535). This code doesn't make sense to me: if hasattr(self.context.context, self.context.__name__): available_values = self.context.get(self.context.context) else: available_values = []

Re: AW: [Zope-dev] Re: Heads up - package lost on pypi!

2008-05-08 Thread Jim Fulton
On May 7, 2008, at 11:04 AM, Roger Ineichen wrote: Hi Betreff: [Zope-dev] Re: Heads up - package lost on pypi! Baiju M wrote: Roger Ineichen wrote: Hi all The z3c.configurator package is gone on PyPi. Does sombody know what's happen? And more important, how can we recover this? AFAIK,

Re: AW: [Zope-dev] Re: Heads up - package lost on pypi!

2008-05-08 Thread Jim Fulton
I wrote: I wouldn't assume that. One of my packages, buildoutsftp has gone missing too. :( Never mind. I was looking for the wrong package name. :/ Jim -- Jim Fulton Zope Corporation ___ Zope-Dev maillist - Zope-Dev@zope.org

[Zope-dev] Building on python 2.5 - any progress?

2008-05-08 Thread David Pratt
Hi. I am wondering if there was any further resolution to builds with python 2.5 as discussed in the following articles: http://mail.zope.org/pipermail/zope3-users/2007-September/006909.html http://mail.zope.org/pipermail/zope3-users/2007-September/006916.html In addition to the warnings

AW: [Zope-dev] Re: AW: Re: AW: Re: New i18n locale extraction concept

2008-05-08 Thread Roger Ineichen
Hi Maurits -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Maurits van Rees Gesendet: Donnerstag, 8. Mai 2008 18:55 An: zope-dev@zope.org Betreff: [Zope-dev] Re: AW: Re: AW: Re: New i18n locale extraction concept Stephan Richter, on

AW: [Zope-dev] Re: AW: Re: AW: Re: New i18n locale extraction concept

2008-05-08 Thread Roger Ineichen
Hi Maurits Betreff: [Zope-dev] Re: AW: Re: AW: Re: New i18n locale extraction concept [...] Packages are used for extract locales from. That could be very different then the egg setup. The i18nextrac.py will only deep into this packages, but probably this packages will need different

Re: [Zope-dev] zope.sqlalchemy

2008-05-08 Thread Andreas Jung
--On 6. Mai 2008 06:01:14 +0200 Andreas Jung [EMAIL PROTECTED] wrote: --On 6. Mai 2008 02:26:58 +0100 Laurence Rowe [EMAIL PROTECTED] wrote: Following discussions with Kapil, Christian and Martin I've developed zope.sqlalchemy. The aim is to provide a common base for transaction