Hello all, > On Tue, Nov 4, 2008 at 6:11 PM, Steve Howe <[EMAIL PROTECTED]> wrote: > > Hello all, > > > >> On Mon, Nov 3, 2008 at 1:45 AM, Yesudeep Mangalapilly > > > > 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. > > That's working on my machine! I am also using python 2.5.2 That's weird - on the same "hello world" source ? It's a pretty standard installation and using the most basic "hello world" example. Everything was fine until I upgraded to HEAD yesterday.
commit 57a293d821835d85986c7ad10dfbe67097e9678a Author: Anand Chitipothu <[EMAIL PROTECTED]> Date: Tue Nov 4 14:31:33 2008 +0530 -- 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 -~----------~----~----~----~------~----~------~--~---
