Open
Description
I would like to distribute a small python app that uses rethinkdb on Windows. I have some experience using cx_freeze for this sort of tasks so I gave it a try (with latest Python 3.8, rethinkdb-python and cx_freeze modules).
Unfortunately the packaging doesn't work atm, the packaged version fails to initialize with an error doesn't support asyncio loop type
(my project does use asyncio - it would probably be a different loop type error for other loop types).
It appears the net_asyncio
and other modules are not being packaged.