Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pyinstaller exe size
#4
(Dec-08-2017, 09:52 AM)DeaD_EyE Wrote: Reducing the imports. If you've big modules, they are also put into the distribution.
Which imports do you have?

i would like to import modules below; how I code it for smaller size? i am using pyinstaller.

from tkinter import *
from tkinter import filedialog
import tkinter.ttk as ttk
import os
import pandas as pd
import glob
from pandas import ExcelWriter
from pandas import ExcelFile
import time, sys
Reply


Messages In This Thread
pyinstaller exe size - by issac_n - Dec-08-2017, 09:39 AM
RE: pyinstaller exe size - by DeaD_EyE - Dec-08-2017, 09:52 AM
RE: pyinstaller exe size - by issac_n - Dec-15-2017, 03:47 AM
RE: pyinstaller exe size - by snippsat - Dec-08-2017, 03:06 PM
RE: pyinstaller exe size - by metulburr - Dec-15-2017, 03:52 AM
RE: pyinstaller exe size - by snippsat - Dec-15-2017, 04:33 PM
RE: pyinstaller exe size - by issac_n - Dec-18-2017, 10:17 AM
RE: pyinstaller exe size - by snippsat - Dec-18-2017, 04:27 PM
RE: pyinstaller exe size - by issac_n - Dec-19-2017, 03:41 AM
RE: pyinstaller exe size - by snippsat - Dec-19-2017, 05:02 PM
RE: pyinstaller exe size - by issac_n - Dec-22-2017, 09:12 AM

Forum Jump:

User Panel Messages

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