Open GoogleCodeExporter opened 9 years ago
The issue is due to a bug in SocketServer for 2.7. You can install Python 2.6
to get around this issue. When you do that modify line 1 for webshell.py to
point to python2.6. I did this on Ubuntu 11.10 Oneiric successfully.
I did find it disappointing that this shell didn't have a desktop version of
itself.
Original comment by shi...@elite-systems.org
on 19 Mar 2012 at 11:17
Getting rid of the argument in SocketServer.py causes loads more exceptions
than it prevents (maybe not in web-shelol bt in a bunch of other things that
use it). Ideally you'd not hack a python core library at all, but if it can't
be avoided you should preserve the original behaviour and catch any exceptions
generated e.g.
except TypeError:
request.shutdown()
Original comment by technica...@gmail.com
on 10 Sep 2012 at 9:08
Original issue reported on code.google.com by
greenpot...@gmail.com
on 19 Aug 2011 at 2:00