Re: [Zope3-dev] buildbot warnings in Zope3 trunk 2.4 remy

2005-09-08 Thread Chris Withers
Benji York wrote: Can someone explain exactly what this means? ;-) It means a test failed and you should go to http://buildbot.zope.org and find out more. Then, at the very least, it should include that as boiler plate ;-) I agree. The info could really have some more details, like what

Re: [Zope3-dev] A Call for Slaves

2005-09-08 Thread Chris Withers
Benji York wrote: This is what you need: * a machine that is always on and has connectivity * Subversion so you can check out the source * Python (2.3 or 2.4) * BuildBot * Twisted (a BuildBot dependency) Yep, I can do all that for Win32... Now I just need a how-to to get me going ;-)

Re: [Zope3-dev] defaultView cannot take class as for

2005-09-08 Thread Martijn Faassen
Martijn Faassen wrote: Jim Fulton wrote: Martijn Faassen wrote: While the browser:page directive can take a content class for its 'for' attribute (instead of an interface), the browser:defaultView directive doesn't accept this. I tried changing the interface of the defaultView directive so

Re: [Zope3-dev] ZPT modes, content types

2005-09-08 Thread Chris Withers
Julien Anguenot wrote: In any case, no-one has yet commented on why ZPT modes are incompatible, or if they did, I missed it. Can someone give me a pointer? I did. See : http://mail.zope.org/pipermail/zope3-dev/2005-August/015486.html *sigh* I'm not asking if they're compatibly or not,

Re: [Zope3-dev] Re: [Zope3-Users] ODBC database adapter for Zope3?

2005-09-08 Thread Chris Withers
Stephan Richter wrote: On Wednesday 07 September 2005 08:41, Chris Withers wrote: I know Zope 2 has the bizarre need for a dual Zope DA and Python DB set of things, but do we have to support this pattern in Zope 3? Is there any reason the Zope 3 RBD machinery can't just work with ANY Python

Re: [Zope3-dev] Schema field interfaces

2005-09-08 Thread TAHARA Yusei
At Tue, 6 Sep 2005 09:03:47 -0400, Stephan Richter wrote: We do not support mutable schemas at this point, since they are broken. The biggest problem is that they are not correctly persisted. Oh, I see. Could you give me a pointer about this problem? and I'd like to know where is broken part

Re: [Zope3-dev] Re: [Zope3-Users] ODBC database adapter for Zope3?

2005-09-08 Thread Stephan Richter
On Thursday 08 September 2005 06:04, Chris Withers wrote: Is there any reason the Zope 3 RBD machinery can't just work with ANY Python DBAPI 2.0 (or whatever..) compatible database library? Yes, we have the need. We need the wrapper to correctly handle our transactions, so that if a RDB

Re: [Zope3-dev] Re: [Zope3-Users] ODBC database adapter for Zope3?

2005-09-08 Thread Stephan Richter
On Thursday 08 September 2005 06:04, Chris Withers wrote: If we can get all that stuff in one place, then we have a much better chance of making it as good as it should be, AND we make it possible to use any relational database which has a python library, rather than having ot wait for some

Re: [Zope3-dev] Schema field interfaces

2005-09-08 Thread Stephan Richter
On Thursday 08 September 2005 06:23, TAHARA Yusei wrote: At Tue, 6 Sep 2005 09:03:47 -0400, Stephan Richter wrote: We do not support mutable schemas at this point, since they are broken. The biggest problem is that they are not correctly persisted. Oh, I see. Could you give me a pointer

Re: [Zope3-dev] buildbot warnings in Zope3 trunk 2.4 remy

2005-09-08 Thread Benji York
Chris Withers wrote: Benji York wrote: It means a test failed and you should go to http://buildbot.zope.org and find out more. Then, at the very least, it should include that as boiler plate ;-) Unfortunately BuildBot doesn't give us much control over the actual message. In lieu of

Re: [Zope3-dev] A Call for Slaves

2005-09-08 Thread Benji York
Chris Withers wrote: Now I just need a how-to to get me going ;-) Real Soon Now (tm). Oh cool, so buildbot notices changes to a branch, checks it out, builds it, runs tests? Anything else it does? It can run any command as a of step (in BB parlance). It also has several specialized steps

Re: [Zope3-dev] Re: [Zope3-Users] ODBC database adapter for Zope3?

2005-09-08 Thread Benji York
Chris Withers wrote: I guess my comments come from seeing lots of different Zope 2 DAs where all the boilerplate of the DA, as opposed to the DB, has been copied between different DAs, and often implemented with varying degrees of incompetence and lack of maintenance ;-) Perhaps a standard

[Zope3-dev] newer versions of zc.catalog available?

2005-09-08 Thread Martijn Faassen
Hi there, We're trying to hunt down a weird bug that is probably our own fault, but it's pretty obscure, and we want to exclude the possibility that any of this has to do with zc.catalog, which we're using (the SetIndex component). The version in the sandbox is 6 weeks old; have there been

Re: [Zope3-dev] Failing test, Zope3 trunk, Windows

2005-09-08 Thread Fred Drake
On 9/8/05, Stuart Bishop [EMAIL PROTECTED] wrote: They are picked as name references, and pytz tries a number of steps to get the best match if the database has been corrected violently. You can't get broken broken pickles unless I stuff up and remove a zone completely, which would be a bug.

[Zope3-dev] Timezones

2005-09-08 Thread Florent Guillaume
I'm seeing lots of discussion about timezone handling, but I'm afraid I haven't quite grasped the problem, and why an additional module pytz is needed in addition to the standard datetime, if everyone uses UTC? Is standard python datetime buggy? Could someone do a short writeup of what's at

Re: [Zope3-dev] Timezones

2005-09-08 Thread Lennart Regebro
On 9/8/05, Florent Guillaume [EMAIL PROTECTED] wrote: I'm seeing lots of discussion about timezone handling, but I'm afraid I haven't quite grasped the problem, and why an additional module pytz is needed in addition to the standard datetime, if everyone uses UTC? Is standard python datetime

Re: [Zope3-dev] Timezones

2005-09-08 Thread Stephan Richter
On Thursday 08 September 2005 09:46, Florent Guillaume wrote: I'm seeing lots of discussion about timezone handling, but I'm afraid I haven't quite grasped the problem, and why an additional module pytz is needed in addition to the standard datetime, if everyone uses UTC? Is standard python

Re: [Zope3-dev] newer versions of zc.catalog available?

2005-09-08 Thread Gary Poster
Martijn Faassen wrote: Hi there, We're trying to hunt down a weird bug that is probably our own fault, but it's pretty obscure, and we want to exclude the possibility that any of this has to do with zc.catalog, which we're using (the SetIndex component). The version in the sandbox is 6

Re: [Zope3-dev] Zope3 and ZEO

2005-09-08 Thread Tim Peters
[Uwe Oestermeier] I dedected another problem: bin/runzeo doesn't start ZEO. This script calls ZEO/runzeo.py which has a main function but no if __name__ == __main__ : main() at the end. There are two instances of runzeo, one in Zope3's bin/ directory (at least in a Zope3 checkout), and

[Zope3-dev] Site Themes (comments on Paul's proposal)

2005-09-08 Thread Jean-Marc Orliaguet
Hi Paul! I just read: http://www.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/SiteThemes I think that you mentionned it in a previous mail on z3lab and now I think that I understand what you meant, my impression is that cpsskins can be used to generate the themes that you are

[Zope3-dev] Re: Re: A Call for Slaves

2005-09-08 Thread Thomas Lotze
Benji York wrote: That would be great, especially because we don't have any Debian slaves yet. I can provide cycles on a Debian machine as well, it's a testing installation kept more-or-less current. -- Thomas ___ Zope3-dev mailing list

Re: [Zope3-dev] Re: Re: A Call for Slaves

2005-09-08 Thread Fred Drake
On 9/8/05, Benji York [EMAIL PROTECTED] wrote: That'd be great. When you're ready install BuildBot from http://buildbot.sf.net. It requires Twisted which requires (and It's worth noting that you should install BuildBot 0.6.6; you don't want to install a different version than the master is