mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-26 04:05:49 +03:00
[GH-ISSUE #279] struct.error: unpack requires a buffer of 16 bytes #246
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Backist on GitHub (May 29, 2022).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/279
Originally assigned to: @brentvollebregt on GitHub.
I try to compile a python file into a
.exefile, but when i execute the process, an error raises:unpack requires a buffer of 16 bytes:how can i solve this problem?
@brentvollebregt commented on GitHub (May 30, 2022):
A couple of questions first:
Searching for your error "struct.error: unpack requires a buffer of 16 bytes" in the help post, there is a whole section for this common mistake.
You haven't said anything about providing an icon but I have a feeling you may have put a file in the icon field that is not a valid .ico file.
Also, I ask that you fill in the issue template fields next time, rather than clearing everything out and pasting your output in with little context. Using the template makes it much easier for me to investigate the issue you are raising.
@github-actions[bot] commented on GitHub (Jun 30, 2022):
This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment on this issue or it will be closed in 5 days.
@github-actions[bot] commented on GitHub (Jul 31, 2022):
This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment on this issue or it will be closed in 5 days.
@github-actions[bot] commented on GitHub (Aug 6, 2022):
Closing issue due to no activity in more than 60 days.