Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pyinstaller error
#8
Pyinstaller often integrates many unnecessary modules, so you usually have to exclude modules.

In Linux, for example, it integrates all themes in Gtk apps, so that the app ends up being well over 1GB in size.

I prefer to use cxfreeze in Linux, it works better there. The app only has 30MB instead of 1GB.
Reply


Messages In This Thread
Pyinstaller error - by amdi40 - Jun-04-2022, 09:10 AM
RE: Pyinstaller error - by astroman133 - Sep-17-2022, 01:52 PM
RE: Pyinstaller error - by astroman133 - Sep-19-2022, 12:58 PM
RE: Pyinstaller error - by Axel_Erfurt - Sep-19-2022, 07:48 PM
RE: Pyinstaller error - by astroman133 - Sep-19-2022, 09:51 PM
RE: Pyinstaller error - by Axel_Erfurt - Sep-20-2022, 03:41 PM
RE: Pyinstaller error - by astroman133 - Sep-20-2022, 03:50 PM
RE: Pyinstaller error - by Axel_Erfurt - Sep-20-2022, 04:13 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Using pyinstaller with .ui GUI files - No such file or directory error diver999 3 3,708 Jun-27-2023, 01:17 PM
Last Post: diver999
  Pyinstaller to exe error Tyrel 3 1,832 Aug-26-2021, 06:54 AM
Last Post: buran
  error SimpleITK module with pyinstaller PythonCode12 0 1,633 Jul-08-2020, 12:07 PM
Last Post: PythonCode12
  Pyinstaller create this error :“File ”multiprocessing\connection.py“, line 691 Formationgrowthhacking 2 3,702 Apr-30-2020, 10:26 AM
Last Post: buran
  Error ' Attribute error: 'str' object has no attribute 'items'' in pyinstaller manhnt 2 8,988 Nov-04-2018, 05:51 PM
Last Post: Larz60+
  Error with using pyinstaller to convert python script in Mac OS Takeshio 2 5,468 Oct-19-2018, 02:42 PM
Last Post: Takeshio
  pyinstaller error aquilino67 3 6,245 Feb-21-2018, 11:18 PM
Last Post: aquilino67

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020