-
Hello. I'm working on a module, which uses a third-party module without pyinstaller hooks. I've tried adding a hook
But this seems to do nothing. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Where did you put the hook? It needs to be in or added to PyInstaller's hook search path. Also you need to build with the |
Beta Was this translation helpful? Give feedback.
Where did you put the hook? It needs to be in or added to PyInstaller's hook search path. Also you need to build with the
--clean
option whenever you change a hook.