Re: error: (10035, 'The socket operation...

2008-04-28 Thread bockman
25\lib\idlelib\rpc.py", line 332, in putmessage >     n = self.sock.send(s[:BUFSIZE]) > error: (10035, 'The socket operation could not complete without > blocking') > > Does this look familiar to anyone?  I can't figure out what to do > about it.  Python 2.5, windoze.

Re: error: (10035, 'The socket operation...

2008-04-28 Thread Gabriel Genellina
quot;C:\PYTHON25\lib\idlelib\rpc.py", line 235, in asyncqueue >> > self.putmessage((seq, request)) >> > File "C:\PYTHON25\lib\idlelib\rpc.py", line 332, in putmessage >> > n = self.sock.send(s[:BUFSIZE]) >> > error: (10035, '

Re: error: (10035, 'The socket operation...

2008-04-27 Thread Benjamin Kaplan
ent call last): > > File "C:\PYTHON25\lib\idlelib\rpc.py", line 235, in asyncqueue > > self.putmessage((seq, request)) > > File "C:\PYTHON25\lib\idlelib\rpc.py", line 332, in putmessage > > n = self.sock.send(s[:BUFSIZE]) > >

error: (10035, 'The socket operation...

2008-04-27 Thread Don Hanlen
IDLE internal error in runcode() Traceback (most recent call last): File "C:\PYTHON25\lib\idlelib\rpc.py", line 235, in asyncqueue self.putmessage((seq, request)) File "C:\PYTHON25\lib\idlelib\rpc.py", line 332, in putmessage n = self.sock.send(s[:BUFSIZE]) error: