Sorry for the late reply, I haven't had much time lately.

I mean installing any module containing C code is a pain. Windows has no 
easy way of installing and configuring the correct compiler, once you 
figure out which Visual Studio you need, you get cryptic errors. I've tried 
this multiple times and always gave up. I would write docs to help 
compiling but I can't compile myself, so that's that.
Having wheel for Windows on Python 3 would be nice.


With trololio there's no need to install Trollius when asyncio is present.
It makes it possible to use code written for Trollius with the following 
configurations:
 - Trollius on Python 2
 - Trollius on Python 3
 - asyncio on Python 3

Using Trololio allows devs to have one code base that will work with a 
maximum of configurations. Why require Trollius on Python 3.4+ where we 
already have asyncio in the standard library?

I hope this clears up any confusion. Tell me if there's anything I can do 
to make this clearer (I'll edit the docs and PyPi of course).

ThinkChaos

Reply via email to