Skip to content
#

pyinstaller

Here are 141 public repositories matching this topic...

fservida
fservida commented Mar 21, 2020

In: https://github.com/mherrmann/fbs/blob/master/fbs/_defaults/src/installer/windows/Installer.nsi
RMDir should not have the /r flag on the uninstaller.
As per documentation (https://nsis.sourceforge.io/Reference/RMDir) this runs the risk of the user involuntarily choosing an installation directory containing other data and wiping it upon uninstallation.

I've had one report from one user inst

j9ac9k
j9ac9k commented Aug 14, 2019

It would be good if the tutorial provided some guidance on how to setup logging, especially for macOS, where the logger FileHandler only takes relative paths, and thus attempts to write in a read-only portion of the app bundle.

On Linux, the logging.handlers.FileHandler appeared to work fine (wrote to the user home directory if I remember right), I have not tested on Windows.

Thanks for the

wail

Improve this page

Add a description, image, and links to the pyinstaller topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pyinstaller topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.