Working with py2exe

preview_player
Показать описание
Pylibs

dlldump

Inno setup

import py2exe
#includes = [numpy, scipy]
includes = []
'Tkconstants', 'Tkinter']
packages = []

setup(
options = {"py2exe": {"compressed": 2,
"optimize": 2,
"includes": includes,
"excludes": excludes,
"packages": packages,
"dll_excludes": dll_excludes,
"bundle_files": 3,
"dist_dir": "dist",
"xref": False,
"skip_archive": False,
"ascii": False,
"custom_boot_script": ''
}
},
#replace Yourpythonscript with your py file. to create exe icon change youricon
)

Рекомендации по теме
Комментарии
Автор

Voice in the video is very low, sorry for that, If you face any problem while using py2exe leave the comment I can help you to resolve the error.

bhuvankumar