Hello,
Could you be more specific on your Winpython version ?
(for example WinPython-32bit-3.3.5.0.exe)
Otherwise, Google search showed me this post as the closest related to you problem :
https://groups.google.com/forum/#!msg/django-developers/7zCfFZaumFU/aPA_uuKphZYJThis suggest that another service is already using the port Spyder wanted to use.
==> Have you some "not so frequent" services running on your PC , like django, realvnc ... ?
==> If so, can you try to stop them and do another test with spyder ?
Otherwise, if you're not on the latest version, retry with the latest version and let us know.
** (hint of the post found) **
I ran the command “netstat -anob | findstr 8081” and found
that the McAfee framework service was listening in port 8081.
After killing the frameworkservice.exe, the errors went away.
****