Hi,

2014-03-04 19:00 GMT+01:00 Mathias Gumz <[email protected]>:
> it looks like '_overlapped' is missing on sys.platform == 'win32':
>
>           File "C:\venv\lib\site-packages\asyncio\py33_exceptions.py", line
> 78, in <module>
>
>     from asyncio import _overlapped
>
> ImportError: cannot import name _overlapped

You have to compile and install manually overlapped.c, see:
http://trollius.readthedocs.org/#usage

And:
http://haypo-notes.readthedocs.org/misc.html#compile-python-extensions-on-windows

Victor

Reply via email to