Re: [Zope-dev] [Fwd: [Bug 376907] Re: AttributeError: 'str' object has no attribute 'registerSynch']

2009-05-16 Thread Michael Howitz
Am 15.05.2009 um 15:24 schrieb Tim Cook:
[...]
 Traceback here:
 =
 2009-05-15 08:30:05,890 ERROR [SiteError] http://localhost:8080
 Traceback (most recent call last):
  File
 /home/tim/.buildout/eggs/zope.publisher-3.4.6-py2.5.egg/zope/ 
 publisher/publish.py, line 129, in publish
obj = publication.getApplication(request)
  File
 /home/tim/.buildout/eggs/grok-1.0a3-py2.5.egg/grok/publication.py,
 line 70, in getApplication
result = super(ZopePublicationSansProxy,
 self).getApplication(request)
  File
 /home/tim/.buildout/eggs/zope.app.publication-3.4.3-py2.5.egg/zope/ 
 app/publication/zopepublication.py, line 150, in getApplication
conn = self.db.open(version)


You use a really ancient version of zope.app.publication. This bug was  
fixed in version 3.5.0 of zope.app.publication. I think at least this  
version is required to be used together with ZODB 3.9.


Yours sincerely,
-- 
Michael Howitz · m...@gocept.com · software developer
gocept gmbh  co. kg · forsterstraße 29 · 06112 halle (saale) · germany
http://gocept.com · tel +49 345 1229889 8 · fax +49 345 1229889 1
Zope and Plone consulting and development

___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] zc.recipe.cmmi shared builds

2009-05-16 Thread Wolfgang Schnerring
* Wolfgang Schnerring w...@gocept.com [2009-03-24 16:01]:
 * Wolfgang Schnerring w...@gocept.com [2009-03-24 10:26]:
 I'd like to extend zc.recipe.cmmi to support shared build directories.

 Implemented in r98334. I'll use this locally over the next few days, and will
 then try to push out a release if it proves stable.

Looks good so far. Could someone do a release of zc.recipe.cmmi
(or grant 'wosc' pypi access so I can do it myself)?

Thanks,
Wolfgang

___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] Zope Tests: 8 OK

2009-05-16 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list.
Period Fri May 15 12:00:00 2009 UTC to Sat May 16 12:00:00 2009 UTC.
There were 8 messages: 8 from Zope Tests.


Tests passed OK
---

Subject: OK : Zope-2.10 Python-2.4.6 : Linux
From: Zope Tests
Date: Fri May 15 20:51:55 EDT 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-May/011715.html

Subject: OK : Zope-2.11 Python-2.4.6 : Linux
From: Zope Tests
Date: Fri May 15 20:54:00 EDT 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-May/011716.html

Subject: OK : Zope-trunk Python-2.4.6 : Linux
From: Zope Tests
Date: Fri May 15 20:56:00 EDT 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-May/011717.html

Subject: OK : Zope-trunk Python-2.5.4 : Linux
From: Zope Tests
Date: Fri May 15 20:58:04 EDT 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-May/011718.html

Subject: OK : Zope-trunk Python-2.6.1 : Linux
From: Zope Tests
Date: Fri May 15 21:00:05 EDT 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-May/011719.html

Subject: OK : Zope-trunk-alltests Python-2.4.6 : Linux
From: Zope Tests
Date: Fri May 15 21:02:06 EDT 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-May/011720.html

Subject: OK : Zope-trunk-alltests Python-2.5.4 : Linux
From: Zope Tests
Date: Fri May 15 21:04:06 EDT 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-May/011721.html

Subject: OK : Zope-trunk-alltests Python-2.6.1 : Linux
From: Zope Tests
Date: Fri May 15 21:06:07 EDT 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-May/011722.html

___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] zc.recipe.cmmi shared builds

2009-05-16 Thread Fred Drake
On Tue, May 12, 2009 at 10:56 AM, Wolfgang Schnerring w...@gocept.com wrote:
 Looks good so far. Could someone do a release of zc.recipe.cmmi
 (or grant 'wosc' pypi access so I can do it myself)?

Done.


  -Fred

-- 
Fred L. Drake, Jr.fdrake at gmail.com
Chaos is the score upon which reality is written. --Henry Miller
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Using views for exceptions in Zope 2.12?

2009-05-16 Thread Chris Withers
Laurence Rowe wrote:
 Sidnei da Silva wrote:
 On Sat, May 9, 2009 at 12:52 PM, Chris Withers ch...@simplistix.co.uk 
 wrote:
 Hmm, so I would I register different views for a KeyError versus an
 AttributeError?
 I believe you need to make KeyError implement an interface to be able
 to register a view for it. What use would be a view for KeyError
 anyway. *wink*

 
 It's perfectly possible to register a view for a class instead of an 
 interface. 

That's exactly what I did, but my view wasn't used.

Why is that? What magic is making view lookup for exceptions behave 
differently from normal view lookups?

Chris

___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] [Fwd: [Bug 376907] Re: AttributeError: 'str' object has no attribute 'registerSynch']

2009-05-16 Thread Tim Cook
On Sat, 2009-05-16 at 08:20 +0200, Michael Howitz wrote:

 You use a really ancient version of zope.app.publication. This bug was  
 fixed in version 3.5.0 of zope.app.publication. I think at least this  
 version is required to be used together with ZODB 3.9.
 

Thanks for pointing this out Michael. Some updating led to more which
led to more ...   I didn't realize that Grok was so far behind in so
many packages.  :-)

This is going to take awhile but I WILL HAVE MY ZOBD3.9x and
RelStorage! ;-)

Cheers,
Tim




signature.asc
Description: This is a digitally signed message part
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Mailinglist for Zope 2 bugs!?

2009-05-16 Thread Sidnei da Silva
Now for another question: how do people feel about moving Zope 3 and
CMF bugs to a similar setup. That is, bug mail goes to a separate
mailing list instead of directly to everyone that's a member of the
teams in Launchpad.

On Thu, May 14, 2009 at 1:13 PM, Andreas Jung li...@zopyx.com wrote:

 All Zope 2 tracker notifications go now all to a new
 mailinglist:

 http://mail.zope.org/mailman/listinfo/zope2-tracker

 Notification mails will no longer be send to the individual
 members of the Zope 2 team @ Launchpad.

 People interested in bugtracker notifications must subscribe
 to the list above

 Thanks to Sidnei and Jens for helping.

 Andreas

 On 13.05.09 16:51, Andreas Jung wrote:
 On 12.05.09 16:49, Sidnei da Silva wrote:


 That's not needed. Since the zope2-dev team is automatically
 subscribed to issues, we only need to set it's contact address. If we
 set that address to zope-...@lists.zope.org, then issues will
 automatically be delivered to it.




 Based on yesterdays discussion, I propose to setup a new mailman
 list 'zope2-trac...@zope.org' (or propose a better name) that will be
 added as primary contact address of the Zope 2 team @ Launchpad.

 So anyone can subscribe to Zope 2 ticket changes without having
 to be a member of the Zope 2 team.


 Objections?

 Andreas



 

 ___
 Zope-Dev maillist  -  zope-...@zope.org
 http://mail.zope.org/mailman/listinfo/zope-dev
 **  No cross posts or HTML encoding!  **
 (Related lists -
  http://mail.zope.org/mailman/listinfo/zope-announce
  http://mail.zope.org/mailman/listinfo/zope )



 --
 ZOPYX Ltd.  Co. KG - Charlottenstr. 37/1 - 72070 Tübingen - Germany
 Web: www.zopyx.com - Email: i...@zopyx.com - Phone +49 - 7071 - 793376
 Registergericht: Amtsgericht Stuttgart, Handelsregister A 381535
 Geschäftsführer/Gesellschafter: ZOPYX Limited, Birmingham, UK
 
 E-Publishing, Python, Zope  Plone development, Consulting



 ___
 Zope-Dev maillist  -  zope-...@zope.org
 http://mail.zope.org/mailman/listinfo/zope-dev
 **  No cross posts or HTML encoding!  **
 (Related lists -
  http://mail.zope.org/mailman/listinfo/zope-announce
  http://mail.zope.org/mailman/listinfo/zope )





-- 
Sidnei da Silva
Canonical Ltd.
 Landscape · Changing the way you manage your systems
http://landscape.canonical.com
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Mailinglist for Zope 2 bugs!?

2009-05-16 Thread Wichert Akkerman
Previously Sidnei da Silva wrote:
 Now for another question: how do people feel about moving Zope 3 and
 CMF bugs to a similar setup. That is, bug mail goes to a separate
 mailing list instead of directly to everyone that's a member of the
 teams in Launchpad.

-0

I am happy with how CMF bugs are handled right now, so no reason to
change a working system.

Wichert.

-- 
Wichert Akkerman wich...@wiggy.netIt is simple to make things.
http://www.wiggy.net/   It is hard to make things simple.
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )