[Zope3-Users] zope 3.3 on windows can't create pages
Anton
antonxx at gmx.de
Mon Nov 27 16:51:48 EST 2006
Hi,
I have a win2k sp4 PC.
I installed:
- python 2.4.4
- pythonwin 2.10
- zope 3.3 (the installer from zope.org)
I created a zope-instance can start zope,
all is fine.
I create a new folder it works :-)
I try to create a new ZPT Page .. it fails :-(
Here is the log with the error message:-------------
2006-11-24T22:59:00 ERROR SiteError http://localhost:8080
Traceback (most recent call last):
File "C
\Programme\util\Python24\Lib\site-packages\zope\publisher\publish.py", line
126, in publish
request.processInputs()
File "C
\Programme\util\Python24\Lib\site-packages\zope\publisher\browser.py", line
263, in processInputs
fs = FieldStorage(fp=fp, environ=self._environ, keep_blank_values=1)
File "C:\Programme\util\Python24\lib\cgi.py", line 530, in __init__
self.read_multi(environ, keep_blank_values, strict_parsing)
File "C:\Programme\util\Python24\lib\cgi.py", line 650, in read_multi
environ, keep_blank_values, strict_parsing)
File "C:\Programme\util\Python24\lib\cgi.py", line 532, in __init__
self.read_single()
File "C:\Programme\util\Python24\lib\cgi.py", line 665, in read_single
self.read_lines()
File "C:\Programme\util\Python24\lib\cgi.py", line 687, in read_lines
self.read_lines_to_outerboundary()
File "C:\Programme\util\Python24\lib\cgi.py", line 715, in
read_lines_to_outerboundary
line = self.fp.readline(1<<16)
TypeError: readline() takes exactly 1 argument (2 given)
-----------------
Is the windows version of zope 3.3 still beta/experimantal
or is it suitable for prodution use?
Do you have any workaround/ patch??
Bye
Anton
More information about the Zope3-users
mailing list