mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-26 04:05:49 +03:00
[GH-ISSUE #320] error in output file generated #278
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 @PrakharDoneria on GitHub (Oct 19, 2022).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/320
I have tried making an .exe file for my python file artifix.py and got this files as output with some errors.
@brentvollebregt commented on GitHub (Oct 19, 2022):
Just doing a super quick Google search for "pyinstaller no module named builtin" gave me this stack overflow question: Pyinstaller speedtest convert to exe error; no module name "builtin".
An answer notes that:
Potentially you are trying to package a Python 2 script using Python 3? Have you run this script with the same version of Python that auto-py-to-exe is installed in before packaging?
Also next time can you please follow the template that you cleared out. If you followed the template, I would have already known what version of Python you were using and could skip asking this.
@github-actions[bot] commented on GitHub (Nov 19, 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 (Nov 25, 2022):
Closing issue due to no activity in more than 60 days.