In the PyInstaller documentation the following is stated:
The name of a hook file is hook-full.import.name.py, where full.import.name is the fully-qualified name of an imported script or module. You can browse through the existing hooks in the hooks folder of the PyInstaller distribution folder and see the names of the packages for which hooks have been written.
However in my current attempt to generate an executable for my script, after running I see that there is no hooks
folder in the dist
folder generated.
Am I looking in the wrong folder? Where are my hook files being dumped?