you need to add pydrive using a hook, or directly as a tree in the .spec file that pyinstaller creates. I dont know if you can do the second option using fbs freeze or not.
On Sat, Mar 27, 2021 at 12:24 PM Eddie Espinal <[email protected]> wrote: > I have an pyqt5 app that uses the pydrive library to access Google Drive. > If I create the pyinstaller executable file, when I run it the app crashes > and won't open. If I comment out the logic to include pydrive it works fine. > > Is there a way to include the pydrive library with pyinstaller so it can > work properly? > > I already tried adding the hiddenimports and nothing. Does anyone have a > solution to a similar problem? > > P.s. I'm using `fbs freeze` to create the executable file which under the > hood it uses PyInstaller. > > https://build-system.fman.io/manual/ > > Thanks in advance for your help! > > Sincerely, > > Eddie. > > -- > You received this message because you are subscribed to the Google Groups > "PyInstaller" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/pyinstaller/d42c776c-46d8-44c3-9b2a-d9f2d55bb61en%40googlegroups.com > <https://groups.google.com/d/msgid/pyinstaller/d42c776c-46d8-44c3-9b2a-d9f2d55bb61en%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/CA%2BjnrzPbOgdKHKf3Qccwg3qH7UZWfnY2TsmfzLKJuz1PGW8%2BeQ%40mail.gmail.com.
