[Python-Dev] Looking for volunteers to test Tulip on Windows (original) (raw)
Guido van Rossum guido at python.org
Fri Oct 18 22:19:11 CEST 2013
- Previous message: [Python-Dev] Looking for volunteers to test Tulip on Windows
- Next message: [Python-Dev] Looking for volunteers to test Tulip on Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Maybe the dummy socket returned by wrap_socket() is not acceptable for select?
--Guido van Rossum (sent from Android phone) On Oct 18, 2013 11:26 AM, "Richard Oudkerk" <shibturn at gmail.com> wrote:
On 18/10/2013 6:57pm, Guido van Rossum wrote:
Thanks! Those are all expected (though contributions are always welcome -- not looking at you specifically :-).
Does examples/fetch3.py work for you with an https URL? (Try http://dropbox.com, i.e. without 's' -- you get two redirects to https URLs. :-) It fails -- not sure why... $ python-release examples/fetch3.py http://dropbox.com redirect to https://dropbox.com/ Traceback (most recent call last): File "examples/fetch3.py", line 211, in main() File "examples/fetch3.py", line 206, in main body = loop.rununtilcomplete(fetch(**sys.argv[1], '-v' in sys.argv)) File "C:\Repos\cpython-dirty\lib**asyncio\baseevents.py", line 172, in rununtilcomplete self.runforever() File "C:\Repos\cpython-dirty\lib**asyncio\baseevents.py", line 153, in runforever self.runonce() File "C:\Repos\cpython-dirty\lib**asyncio\baseevents.py", line 576, in runonce eventlist = self.selector.select(timeout) File "C:\Repos\cpython-dirty\lib**selectors.py", line 219, in select r, w, = self.select(self.readers, self.writers, [], timeout) File "C:\Repos\cpython-dirty\lib**selectors.py", line 210, in select r, w, x = select.select(r, w, w, timeout) OSError: [WinError 10038] An operation was attempted on something that is not a socket -- Richard -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20131018/da9e9858/attachment.html>
- Previous message: [Python-Dev] Looking for volunteers to test Tulip on Windows
- Next message: [Python-Dev] Looking for volunteers to test Tulip on Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]