Hi, I just deprecated the Trollius project, but I released a new version to unblock Debian which wants to package Trollius for Python 3.5.
http://trollius.readthedocs.org/ I trashed my old Windows VM recently, and my new Windows VM doesn't have required Windows SDK to release binary wheel packages. If you really need Trollius 2.1 on Windows, I can try to produce them if you ask gently :-) Changes between Trollius 2.0 and Trollius 2.1: * The Trollius project is now deprecated! * Ugly hack to support Python 3.5 with the PEP 479. asyncio coroutines are not supported on Python 3.5. * Better exception traceback. Patch written by Dhawal Yogesh Bhanushali. * Drop support for Python 2.6 and 3.2. * Fix tests on Windows with Python 2. Patch written by Gabi Davar. Trollius 2.1 is based on the same asyncio version than Trollius 2.0, so there is no new asyncio feature like run_coroutine_threadsafe(). I am *not* going to resynchronize Trollius again with asyncio, it takes a lot of energy, I have to be extra careful, and again, the Trollius project is now deprecated. Victor
