Skip to content

Support cx_freeze #185

Open
Open
@TTimo

Description

@TTimo

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.

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions