This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author MJ
Recipients MJ, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-04-11.21:24:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460409859.89.0.789703447955.issue26739@psf.upfronthosting.co.za>
In-reply-to
Content
So far I've got past the "bug in program" stage of debugging, but this came up:
IDLE internal error in runcode()
Traceback (most recent call last):
  File "C:\Python27\lib\idlelib\rpc.py", line 235, in asyncqueue
    self.putmessage((seq, request))
  File "C:\Python27\lib\idlelib\rpc.py", line 332, in putmessage
    n = self.sock.send(s[:BUFSIZE])
error: [Errno 10035] A non-blocking socket operation could not be completed immediately
I have no idea what a "socket" is so if you know please tell me!
History
Date User Action Args
2016-04-11 21:24:19MJsetrecipients: + MJ, paul.moore, tim.golden, zach.ware, steve.dower
2016-04-11 21:24:19MJsetmessageid: <1460409859.89.0.789703447955.issue26739@psf.upfronthosting.co.za>
2016-04-11 21:24:19MJlinkissue26739 messages
2016-04-11 21:24:19MJcreate