Python Forum
Pyinstaller distribution file seems too large
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pyinstaller distribution file seems too large
#1
I ran pyinstaller on an app that has the following imports plus a small database and datepicker. I zipped the distribution file and it was 500MB. Is pyinstaller adding things it does not need?

from sqlite3 import dbapi2
#from tkinter import INSERT
#from turtle import down
from typing import Text, final
from unicodedata import name
from urllib.parse import parse_qs
import kivy
from kivy.uix.boxlayout import BoxLayout
from kivy.uix.tabbedpanel import TabbedPanel
from kivy.app import App
from kivy.uix.tabbedpanel import TabbedPanelHeader
from kivy.uix.button import Button
from kivy.uix.stacklayout import StackLayout
from kivy.uix.label import Label
from kivy.uix.textinput import TextInput
import sqlite3
from kivy.clock import Clock
#from functools import partial
#from kivy.uix.dropdown import DropDown
#from kivy.base import runTouchApp
from kivy.uix.spinner import Spinner
from kivy.graphics import Color,Rectangle,Triangle,Ellipse
from kivy.uix.screenmanager import ScreenManager, Screen,NoTransition
#from kivy.uix.relativelayout import RelativeLayout
from kivy.uix.gridlayout import GridLayout
from datetime import date
#from kivy.uix.anchorlayout import AnchorLayout
from kivy.uix.floatlayout import FloatLayout
from kivy.uix.popup import Popup
from kivy.uix.scrollview import ScrollView
from kivy.core.window import Window
from kivy.config import Config
from kivy.uix.togglebutton import ToggleButton

from calandar_ui import DatePicker

from datetime import datetime
from datetime import timedelta
Reply


Messages In This Thread
Pyinstaller distribution file seems too large - by hammer - Mar-31-2022, 02:04 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  distribution fit Glaucio 1 335 Apr-07-2024, 12:30 AM
Last Post: Larz60+
  Weight Distribution 11drk9 11 900 Mar-13-2024, 06:08 AM
Last Post: Pedroski55
Information Best distribution method inovermyhead100 0 622 Jul-19-2023, 07:39 AM
Last Post: inovermyhead100
  Using pyinstaller with .ui GUI files - No such file or directory error diver999 3 3,785 Jun-27-2023, 01:17 PM
Last Post: diver999
  Converted EXE file size is too large Rajasekaran 0 1,601 Mar-30-2023, 11:50 AM
Last Post: Rajasekaran
  validate large json file with millions of records in batches herobpv 3 1,361 Dec-10-2022, 10:36 PM
Last Post: bowlofred
  How do I use a whl puython distribution? barryjo 6 1,927 Aug-15-2022, 03:00 AM
Last Post: barryjo
  Initializing, reading and updating a large JSON file medatib531 0 1,850 Mar-10-2022, 07:58 PM
Last Post: medatib531
  problem with pyinstaller to create an executable file atlass218 0 2,635 May-15-2021, 11:01 AM
Last Post: atlass218
  Coin Toss - Distribution lasek723 6 3,262 Oct-04-2020, 01:36 PM
Last Post: deanhystad

Forum Jump:

User Panel Messages

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