I'm getting this in the console on Windows 7:
ERROR:Rocket.Errors.Thread-15:Traceback (most recent call last):
  File "C:\web2py\gluon\rocket.py", line 989, in run
    self.run_app(conn)
  File "C:\web2py\gluon\rocket.py", line 1429, in run_app
    self.write(data, sections)
  File "C:\web2py\gluon\rocket.py", line 1357, in write
    self.conn.sendall(data)
  File "<string>", line 1, in sendall
TypeError: sendall() argument 1 must be convertible to a buffer, not A


On Dec 3, 3:28 pm, Jonathan Lundell <jlund...@pobox.com> wrote:
> On Dec 3, 2010, at 1:24 PM, Fran wrote:
>
>
>
> > On Dec 3, 7:39 pm, Jonathan Lundell <jlund...@pobox.com> wrote:
> >> A patch is on its way to Massimo.
>
> > Works a treat :)
> > No need to touch options.py - phew :)
>
> > Many thanks,
>
> Glad to help. Sorry for the initial confusion, but I suppose that's why the 
> trunk isn't "stable"....
>
> I'd update options.py eventually, if I were you.

Reply via email to