duckinator / bork

A Python build and release management tool.
https://bork.readthedocs.io
MIT License
12 stars 2 forks source link

Add way to handle, or at least detect and warn about, dynamic modules #230

Open duckinator opened 3 years ago

duckinator commented 3 years ago

Dynamic modules aren't supported by zipimport, which is how zipapps work.

It'd be nice to detect them and have the zipapp build fail. This will prevent hard-to-debug errors from happening at runtime.