Dear pyinstaller developers, I believe i found a bug in the latest version (version 5.2) of the pyinstaller package. I used python to upload some files to my google drive. This worked fine until i recently updated some lines and repackaged it as a ".exe" unsing the newest version of pyinstaller. >From that point on my code ran fine in my IDE, but not as an exe. When i reverted the pyinstaller package to version 4.10 it worked again. >From my point of view it lookes like "pyinstaller --onefile" used to include something i needed which it does not anymore. I have included a code snippet so you may be able to reproduce that error.
[image: image.png] thank you for taking the time to further develop your package. Kind regards JG -- 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/CAOvFW8CCecS93ZR2EPPAWRrgw0LDeKjS4Pm7%2BTrPPtNn5E8uAA%40mail.gmail.com.
