[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): -

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