[PyInstaller] Re: Missing Attribute (Really annoying)

2019-08-14 Thread ronin
Hi, Did you solve problem or you have the same problem. Every library that contains missing attribute needs to be specified as hidden import, there is no limitation. If you are facing with the same problem i can help. Also there is some other libraries that can solve your problem like

[PyInstaller] Re: Missing Attribute (Really annoying)

2019-07-12 Thread Angel
I have a similar problem since January 2019. My program works well when running under python but I can not create an executable with PYINSTALLER. Hundreds of attempts with different SPEC files trying to incorporate the HIDDENMPORT that is supposedly missing without success. Again and again