i get the same error message on 2.5.2.. is this fixed? what is the fix? On Wed, Nov 5, 2008 at 12:28 PM, lbolla <[EMAIL PROTECTED]> wrote:
> > Same error message for me. > > $ python > Python 2.5.2 (r252:60911, Jul 31 2008, 17:28:52) > [GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)] on linux2 > Type "help", "copyright", "credits" or "license" for more information. > >>> import web > >>> web.__version__ > '0.3' > > L. > > On Nov 4, 12:41 pm, Steve Howe <[EMAIL PROTECTED]> wrote: > > Helloall,> 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/d7389f62d911a24b1f449e4cee0a5355. > .. > > > > Now it shows this (even onhttp://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 -~----------~----~----~----~------~----~------~--~---
