marcelotduarte / cx_Freeze

cx_Freeze creates standalone executables from Python scripts, with the same performance, is cross-platform and should work on any platform that Python itself works on.
https://marcelotduarte.github.io/cx_Freeze/
Other
1.33k stars 217 forks source link

My app tries to create files in library.zip #2331

Closed arun-gautham closed 5 months ago

arun-gautham commented 5 months ago

My app create 2 files on startup unfortunately, since the pyc are in library.zip it fails.

And the installer, creator always puts all the pyc files in zip even though i specify not to

"zip_exclude_packages":["*"]

marcelotduarte commented 5 months ago

https://cx-freeze.readthedocs.io/en/stable/faq.html#using-data-files

marcelotduarte commented 5 months ago

Can I close the issue?