Re: [Zope-dev] Next steps on Zope 2.6 plan

2002-03-21 Thread Matt Behrens
Brian Lloyd wrote: One suggestion Casey had was to start to codify a set of rules that features have to abide by to be considered for inclusion. Hmm, these rules seem to have several thinly veiled references to my pet project. :-) I do firmly agree with the rules in spirit, but I think a

Re: [Zope-dev] Next steps on Zope 2.6 plan

2002-03-21 Thread Chris McDonough
FWIW, I think a better Zope install is desperately necessary, and since there's a fishbowl proposal and a willing contributor (you), IMHO it's a no-brainer.. the biggest hurdle is keeping you happy and willing to write code and docs. ;-) That said, since we don't have a less centralized or

RE: [Zope-dev] Next steps on Zope 2.6 plan

2002-03-21 Thread Brian Lloyd
One suggestion Casey had was to start to codify a set of rules that features have to abide by to be considered for inclusion. Hmm, these rules seem to have several thinly veiled references to my pet project. :-) I do firmly agree with the rules in spirit, but I think a little

Re: [Zope-dev] Re: more on the segfault saga

2002-03-21 Thread Leonardo Rochael Almeida
://www.ibccrim.org.br/imagens/data-temp/stdout-20020321-ext-method-segfault http://www.ibccrim.org.br/imagens/data-temp/stdout-20020321-natural-segfault The 'No such process' message might be caused by the process dying while trying to generate the file in the trace_dump() call, but I don't know why would

[Zope-dev] [Zope] Problem with adding importable modules

2002-03-21 Thread David Thibault
Hello all, I originally sent this one just to the [EMAIL PROTECTED] list, but I just saw a bug report similar to this about 2.5.b2 on the Zope collector at http://collector.zope.org/Zope/77, so I figured I'd also submit it to you. I'm running 2.5.0-src (see traceback below). I have a

[Zope-dev] range:min bug in ZCatalogs fo Zope 2.3.2

2002-03-21 Thread Johan Carlsson [Torped]
Hi, I have encountered a strange problem with ZCatalogs in Zope 2.3.2. We have objects having DateTime arguments effective_date and expiration_date that gets indexed in different ZCatalogs. (The index is a field index). We then tries to get all published objects that have not yet been archived:

[Zope-dev] Re: [Zope] range:min bug in ZCatalogs fo Zope 2.3.2

2002-03-21 Thread Andreas Jung
Try to reproduce the same problem under 2.5.X. Or upgrade to 2.5.X. Andreas - Original Message - From: Johan Carlsson [Torped] [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, March 21, 2002 05:51 Subject: [Zope] range:min bug in ZCatalogs fo Zope 2.3.2 Hi,