[Zope3-Users] Problem with Python 2.4.4

Torvald Bringsvor bringsvor at yahoo.com
Tue Oct 24 06:51:48 EDT 2006


I guess this may be a Python problem rather than a
zope problem, but I just thought I'd check here.

I have set up Zope 3.3.0 with Python 2.4.4, and it
didn't quite work. Some operations such as adding a
content object provoked an error from cgi.py line 716,
this line reads:
  line = self.fp.readline(1<<16)

and then Python reacts that readline should have max
one argument, but it gets two. By correcting it to
   line = self.fp.readline()

everything works well.

Have anybody else had this problem?

-Torvald


More information about the Zope3-users mailing list