[issue26739] idle: Errno 10035 a non-blocking socket operation could not be completed immediately
MICHAEL JACOBSON added the comment: Kristján, when you say 'dead or dying code', it worries me a lot. Can you tell me what you mean because I do NOT want to reinstall IDLE. -- ___ Python tracker <http://bugs.python.org/issue26739> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue26739] idle: Errno 10035 a non-blocking socket operation could not be completed immediately
MICHAEL JACOBSON added the comment: I also do not want to change something in the /lib folder because that is like going into the Windows Registry and 'fixing' a bunch of stuff. I've made other games with PyGame and they generate errno 10035, too. I've also installed the same version of Python, on a newer computer. It is a Windows 10, ex-8.1 I haven't finished the program on my newer computer. -- ___ Python tracker <http://bugs.python.org/issue26739> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue26739] Errno 10035 a non-blocking socket operation could not be completed immediately
New submission from MICHAEL JACOBSON: 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! -- components: Windows files: Skier messages: 263208 nosy: MICHAEL JACOBSON, paul.moore, steve.dower, tim.golden, zach.ware priority: normal severity: normal status: open title: Errno 10035 a non-blocking socket operation could not be completed immediately type: resource usage versions: Python 2.7 Added file: http://bugs.python.org/file42436/Skier ___ Python tracker <http://bugs.python.org/issue26739> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue26739] Errno 10035 a non-blocking socket operation could not be completed immediately
Changes by MICHAEL JACOBSON <922...@isd624.org>: -- nosy: -MICHAEL JACOBSON, paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker <http://bugs.python.org/issue26739> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue26739] idle: Errno 10035 a non-blocking socket operation could not be completed immediately
MICHAEL JACOBSON added the comment: 0. I have Python 2.7.5 1. I don't know what you mean. 2. It fails right when I run it. IDLE stands for Python's Integrated DeveLopment Environment I am running IDLE / Python on a Windows Vista, Service pack 2 -- ___ Python tracker <http://bugs.python.org/issue26739> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue26739] idle: Errno 10035 a non-blocking socket operation could not be completed immediately
MICHAEL JACOBSON added the comment: Is the command prompt itself admin? I don't have access to the admin command prompt. -- ___ Python tracker <http://bugs.python.org/issue26739> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com