I added the library as a hidden import in the *.spec-file and got the following error:NameError: name 'PyQt5' is not defined I checked my_virtual_environment/lib/python3.5/site-packages/PyQt5/*, but couldn't find the file PyQt5.sip, which I was hoping to link in a hook.I'm not...