Hi, I found how to build 32 and 64-bit wheels, so here you have: https://pypi.python.org/pypi/trollius
Please tell me if it works. Here are my notes how to build 32 and 64-bit Python Wheel pacakges on Windows: http://haypo-notes.readthedocs.org/misc.html#build-a-python-wheel-package-on-windows Victor 2014-03-05 0:16 GMT+01:00 Victor Stinner <[email protected]>: > 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
