[Zope3-dev] zope.annotation egg

2007-02-20 Thread Michael Haubenwallner
The dependencies of the zope.annotation egg have been commented out yesterday: http://svn.zope.org/zope.annotation/trunk/setup.py?rev=72691view=log Do you know the reason for this ? A second question on the topic: i am trying to use zope.annotation outside zope app server - so far without

Re: [Zope3-dev] Buildout default behaviour

2007-02-20 Thread Jim Fulton
Lennart Regebro wrote: I'm testing buildout, and one thing I want is to have several cfgs, one for development, one for staging and one for production. Now, calling one of the configurations buildout.cfg would make it the default. That means that if you just run bin/bildout, it will try to

[Zope3-dev] import failure in zope.app.broken tests

2007-02-20 Thread Baiju M
Hi, There is an import failure when running 'python2.4 test.py -s zope.app.broken' I have a fix here: http://zope3.pastey.net/6899 Commit it ? Regards, Baiju M ___ Zope3-dev mailing list Zope3-dev@zope.org Unsub:

Re: [Zope3-dev] import failure in zope.app.broken tests

2007-02-20 Thread Baiju M
Baiju M wrote: Hi, There is an import failure when running 'python2.4 test.py -s zope.app.broken' I have a fix here: http://zope3.pastey.net/6899 Commit it ? or Should I put that `IBroken` in `interfaces.py`? It is only a marker interface and there are no other interfaces specific to

[Zope3-dev] regex bug in zope/rdb/gadfly/pygram.py ?

2007-02-20 Thread Baiju M
Hi, When I run : python2.4 utilities/finddeps.py -m zope.rdb -p I get an error like this: http://zope3.pastey.net/6903 This is the code: pycommentre = r(#.*) pywhiteoutre = r([ \t\r\014]|[\]\n)*%s? % pycommentre pywhiteout = re.compile(pywhiteoutre) If I change the second line like

[Zope3-dev] Correctly sending ObjectModifiedEvents [was SVN: zope.webdav/trunk/src/zope/webdav/ Emit an ObjectModifiedEvent on successfully modifying a property with]

2007-02-20 Thread Philipp von Weitershausen
Michael Kerrin wrote: Log message for revision 72694: Emit an ObjectModifiedEvent on successfully modifying a property with the proppatch method. ... +if changed: +zope.event.notify(ObjectModifiedEvent(self.context)) + Just emitting an ObjectModifiedEvent like

[Zope3-dev] Re: zope.annotation egg

2007-02-20 Thread Philipp von Weitershausen
Michael Haubenwallner wrote: The dependencies of the zope.annotation egg have been commented out yesterday: http://svn.zope.org/zope.annotation/trunk/setup.py?rev=72691view=log Do you know the reason for this ? I wish I did. The log message is pretty useless, unfortunately. I can only urge

[Zope3-dev] Re: import failure in zope.app.broken tests

2007-02-20 Thread Philipp von Weitershausen
Baiju M wrote: Hi, There is an import failure when running 'python2.4 test.py -s zope.app.broken' I have a fix here: http://zope3.pastey.net/6899 Commit it ? What's causing the failure? And how does your patch fix it? Without this information, it'll be hard for us to comment on them.

Re: [Zope3-dev] Buildout default behaviour

2007-02-20 Thread Lennart Regebro
On 2/20/07, Jim Fulton [EMAIL PROTECTED] wrote: That's not what I want as default behaviour. :-) Can we change this to complaining that buildout.cfg doesn't exist instead? Yes. The existing behavior was added primarily to support bootstrapping, where I still think it makes some sense. Could

[Zope3-dev] Re: Correctly sending ObjectModifiedEvents [was SVN: zope.webdav/trunk/src/zope/webdav/ Emit an ObjectModifiedEvent on successfully modifying a property with]

2007-02-20 Thread Michael Kerrin
Philipp von Weitershausen wrote: Michael Kerrin wrote: Log message for revision 72694: Emit an ObjectModifiedEvent on successfully modifying a property with the proppatch method. ... +if changed: +zope.event.notify(ObjectModifiedEvent(self.context)) + Just

[Zope3-dev] Re: import failure in zope.app.broken tests

2007-02-20 Thread Baiju M
Philipp von Weitershausen wrote: Baiju M wrote: Hi, There is an import failure when running 'python2.4 test.py -s zope.app.broken' I have a fix here: http://zope3.pastey.net/6899 Commit it ? What's causing the failure? This is the output I am getting when running: python2.4

RE: [Zope3-dev] Re: Broken tests since last checkout

2007-02-20 Thread Roger Ineichen
Hi Philipp Subject: [Zope3-dev] Re: Broken tests since last checkout Roger Ineichen wrote: Since the newest Zope3 trunk checkout, some tests are not running. This tests are based on a custom test layer. Exception raised: Traceback (most recent call last): ... raise

Re: [Zope3-dev] Re: Broken tests since last checkout

2007-02-20 Thread Philipp von Weitershausen
On 20 Feb 2007, at 17:04 , Jamu Kakar wrote: Philipp von Weitershausen wrote: Looks to me something's going wrong when loading zope.app/configure.zcml. This was refactored recently (you're now supposed to load zope.app.zcmlfiles/configure.zcml), but backwards-compatibility should've been

Re: [Zope3-dev] Re: zope.annotation egg

2007-02-20 Thread Jim Fulton
On Feb 20, 2007, at 8:59 AM, Philipp von Weitershausen wrote: Michael Haubenwallner wrote: The dependencies of the zope.annotation egg have been commented out yesterday: http://svn.zope.org/zope.annotation/trunk/setup.py?rev=72691view=log Do you know the reason for this ? I wish I did.

[Zope3-dev] Re: [Zope Package Dependencies] This is just an experimental page

2007-02-20 Thread Jim Fulton
I don't know how to interpret this note. Are you suggesting that these should be the dependencies? I don't know what the relevence of the flat is better than nested quote or of the indentation in the list below. (Perhaps that was an accidental result of using tabs. In any case, look at

[Zope3-dev] Re: zope.annotation egg

2007-02-20 Thread Philipp von Weitershausen
Jim Fulton wrote: On Feb 20, 2007, at 8:59 AM, Philipp von Weitershausen wrote: Michael Haubenwallner wrote: The dependencies of the zope.annotation egg have been commented out yesterday: http://svn.zope.org/zope.annotation/trunk/setup.py?rev=72691view=log Do you know the reason for this ?

Re: [Zope3-dev] PyCon 2007 web frameworks panel

2007-02-20 Thread Jim Fulton
On Oct 31, 2006, at 8:58 AM, Jim Fulton wrote: Benji York wrote: Titus Brown is putting together a web framework panel for the next PyCon: http://us.pycon.org/TX2007/WebFrameworksPanel. I just stuck my name on this. :) If someone else wants badly to do this, I'm willing to yield. In any

Re: [Zope3-dev] PyCon 2007 web frameworks panel

2007-02-20 Thread Jim Fulton
On Oct 31, 2006, at 1:54 PM, Martijn Faassen wrote: Jim Fulton wrote: Benji York wrote: Titus Brown is putting together a web framework panel for the next PyCon: http://us.pycon.org/TX2007/WebFrameworksPanel. I just stuck my name on this. :) If someone else wants badly to do this, I'm

[Zope3-dev] Re: PyCon 2007 web frameworks panel

2007-02-20 Thread Philipp von Weitershausen
Jim Fulton wrote: On Oct 31, 2006, at 1:54 PM, Martijn Faassen wrote: Jim Fulton wrote: Benji York wrote: Titus Brown is putting together a web framework panel for the next PyCon: http://us.pycon.org/TX2007/WebFrameworksPanel. I just stuck my name on this. :) If someone else wants badly to

Re: [Zope3-dev] Re: Broken tests since last checkout

2007-02-20 Thread Baiju M
Philipp von Weitershausen wrote: On 20 Feb 2007, at 17:04 , Jamu Kakar wrote: Philipp von Weitershausen wrote: Looks to me something's going wrong when loading zope.app/configure.zcml. This was refactored recently (you're now supposed to load zope.app.zcmlfiles/configure.zcml), but

Re: [Zope3-dev] Re: [Zope Package Dependencies] This is just an experimental page

2007-02-20 Thread Baiju M
Jim Fulton wrote: I don't know how to interpret this note. Are you suggesting that these should be the dependencies? I don't know what the relevence of the flat is better than nested quote or of the indentation in the list below. (Perhaps that was an accidental result of using tabs.

[Zope3-dev] Remove src/zope/annotation/setup.py

2007-02-20 Thread Baiju M
Hi, Please remove src/zope/annotation/setup.py from here: svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/annotation/setup.py It's already added to svn://svn.zope.org/repos/main/zope.annotation/trunk/setup.py Regards, Baiju M ___ Zope3-dev

[Zope3-dev] Zope 3 added to ohloh.net

2007-02-20 Thread Baiju M
Hi, Few days back I found that Zope 2, Plone, Schooltool etc. are already added to ohloh.net So, I just added Zope 3 here: http://www.ohloh.net/projects/4495 This is the Ohloh Summary: * Very large, active development team http://www.ohloh.net/projects/4495/factoids/79432 *