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 terry.reedy
Recipients MJ, paul.moore, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2016-04-15.19:35:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460748912.9.0.183099811947.issue26739@psf.upfronthosting.co.za>
In-reply-to
Content
Michael, when you open an issue, you need to stay nosy so we can ask questions.  This is especially true when the issue involved 3rd party modules, like pygame, and even more, when personal files, like the images, are required.  In this case:

0. Which patch release of 2.7 are you running?  If not 2.7.11, please upgrade and retry.  There was a patch for Error 10035 in March 19, 2013, which would be about the time of 2.7.6 or so.
https://hg.python.org/cpython/rev/8ec39bfd1f01 #9090

1.Does your program run correctly when you run it directly with python from the console, with "python pathto/Skier"?

2. Were you running it from the IDLE editor?  If so, does it fail immediately? or after the game runs a bit?  Does it seem to always fail in exactly the same way, at the same time?

[A 'socket' is a class abstraction used to communicate between different processes.  It is usually used for processes on different machines, as with the browser process on your machine and a server process on another machine, but can be used for two processes on the same machine.]

--
This appears to be a socket issue, not an IDLE issue as such, just as #25332 was not a urllib issue.  This is the 10th issue found searching the tracker for 'Error 10035', but the first, I think, involving IDLE.  I know essentially nothing about the subject.
History
Date User Action Args
2016-04-15 19:35:12terry.reedysetrecipients: + terry.reedy, paul.moore, tim.golden, zach.ware, steve.dower, MJ
2016-04-15 19:35:12terry.reedysetmessageid: <1460748912.9.0.183099811947.issue26739@psf.upfronthosting.co.za>
2016-04-15 19:35:12terry.reedylinkissue26739 messages
2016-04-15 19:35:12terry.reedycreate