Does the aiohttp Python library in Windows support HTTPS? -


when make https request using aiohttp library asyncio , python 3.4 in windows 7, request fails notimplementederror in _make_ssl_transport function in base_events.py shown in traceback.

on windows, use proactoreventloop. think have use 1 asyncio work. tried same request in debian 7 vm compiled version of python 3.4, , same request works. don't use proactoreventloop in debian, default though.

any ideas or workarounds? or, should give aiohttp https on windows now? not able use linux project, needs on windows.


Comments

Popular posts from this blog

c++ - How to add Crypto++ library to Qt project -

jQuery Mobile app not scrolling in Firefox -

How to use vim as editor in Matlab GUI -