how do I use a library that uses importlib and dynamic imports with pyinstaller?
So I am trying to build a GUI app and works well, so I decided to turn it into an exe.
but got the good old error at runtime, which after some research I identified as a problem with one of the libraries I use utilise dynamic imports.
I made an MRE: