Hello all,
> On Mon, Nov 3, 2008 at 1:45 AM, Yesudeep Mangalapilly
>
> <[EMAIL PROTECTED]> wrote:
> > Running the Web server shows this error:
> > AttributeError: 'cStringIO.StringO' object has no attribute 'find'
>
> fixed.
>
> http://github.com/webpy/webpy/commit/d7389f62d911a24b1f449e4cee0a535516b053
Now it shows this (even on http://webpy.org/cookbook/helloworld):

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/web/wsgiserver/__init__.py", line 
1159, in communicate
    req.parse_request()
  File "/usr/lib/python2.5/site-packages/web/wsgiserver/__init__.py", line 
304, in parse_request
    self._parse_request()
  File "/usr/lib/python2.5/site-packages/web/wsgiserver/__init__.py", line 
317, in _parse_request
    request_line = self.rfile.readline()
  File "/usr/lib/python2.5/site-packages/web/wsgiserver/__init__.py", line 
212, in readline
    data = self.rfile.readline(256)
  File "/usr/lib/python2.5/site-packages/web/wsgiserver/__init__.py", line 
806, in readline
    buf.seek(0, 2)  # seek end
AttributeError: 'str' object has no attribute 'seek'

I'm using Python 2.5.2.

-- 
Best Regards,
Steve Howe

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to