You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PyInstaller builds more easily than py2exe, but it starts very slowly as it needs to unpack everything as it goes. As a further build note, the files size produced on appveyor is nearly twice as large as py2exe on the Windows XP VM. Getting this size down may reduce the start time.
PyInstaller has many virtues over py2exe, so switching back is not an option.
The text was updated successfully, but these errors were encountered:
PyInstaller builds more easily than py2exe, but it starts very slowly as it needs to unpack everything as it goes. As a further build note, the files size produced on appveyor is nearly twice as large as py2exe on the Windows XP VM. Getting this size down may reduce the start time.
PyInstaller has many virtues over py2exe, so switching back is not an option.
The text was updated successfully, but these errors were encountered: