ITADN

Hook for embreex

#884OpenMaximeROUBY 创建于 2025-03-19
good first issuehook-request
M
MaximeROUBYcommented
<!-- NO IMAGES --!> **Which library is the hook for?** `embreex` **Have you gotten the library to work with pyinstaller?** Yes, but it needs several hidden imports. **Additional context** If I do this it works : ``` from PyInstaller.utils.hooks import collect_submodules hiddenimports = collect_submodules('embreex') ```
0 条评论