[Zope3-Users] Zope 3 UML Model / Architecture

2006-12-18 Thread Dennis Schulz
I am looking for examples of Zope 3 UML Diagrams / Architecture. I would be especially interested in widget / view rendering. (maybe even formlib) but also basic architecture. Dennis ___ Zope3-users mailing list Zope3-users@zope.org

[Zope3-Users] readline() takes exactly 1 argument

2006-12-18 Thread George Wright
Trying to get started on Zope3 but frustrated by a couple of barriers: Barrier 1. Added a folder. Added a ZPT Page (As in Zope3 Developer's Book page 12). Then get system error message: Traceback (most recent call last): Module zope.publisher.publish, line 126, in publish

Re: [Zope3-Users] readline() takes exactly 1 argument

2006-12-18 Thread Tom Dossis
George Wright wrote: Apply this patch to the zope3-sources: /http.py --- src/zope/publisher/http.py.old 2006-10-04 15:11:04.0 +0200 +++ src/zope/publisher/http.py 2006-10-04 15:11:04.0 +0200 @@ -205,7 +205,7 @@ return data def readline(self,size=None): -

[Zope3-Users] Re: zope 3.3 on windows can't create pages

2006-12-18 Thread Robert Hicks
Dominique Lederer wrote: Anton schrieb: Adam Groszer wrote: Hello Anton, That's a small incompatibility between python 2.4.4 and Zope 3.3. You can use python 2.4.3 to work around that. The fix for Zope is there but only in the svn yet. Hi Adam, Do you have any hint what file is affected

Re: [Zope3-Users] readline() takes exactly 1 argument

2006-12-18 Thread Christian Theune
Hi, George Wright wrote: Trying to get started on Zope3 but frustrated by a couple of barriers: Barrier 1. Added a folder. Added a ZPT Page (As in Zope3 Developer's Book page 12). Then get system error message: Traceback (most recent call last): Module zope.publisher.publish, line

Re: [Zope3-Users] Re: zope 3.3 on windows can't create pages

2006-12-18 Thread Christian Theune
Hi, Robert Hicks wrote: Any ideas when a 2.4.4 version will be out? That will be Zope 3.3.1 and that should happen until early January 07. Christian -- gocept gmbh co. kg - forsterstraße 29 - 06112 halle/saale - germany www.gocept.com - [EMAIL PROTECTED] - phone +49 345 122 9889 7 - fax +49

Re: [Zope3-Users] Periodically refresh RSS feeds

2006-12-18 Thread Christian Theune
Hi, Florian Lindner wrote: Hello, I have the following situation: An object represents an RSS feed. It should be updated like every 20 minutes. If there is something new a Jabber message should be send out. Currently I have it implemented with an scheduler loop that emits an