[GH-ISSUE #320] error in output file generated #278

Closed
opened 2026-02-26 12:21:03 +03:00 by kerem · 3 comments
Owner

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.

Screenshot (56)

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](https://github.com/ProTecGames/Artifix/blob/main/main.py) and got this [files as output](https://drive.google.com/drive/folders/1_f_slrgx7gvc8f0OLXJ3jzbVif4A1YN3) with some errors. ![Screenshot (56)](https://user-images.githubusercontent.com/92568876/196667890-0c497034-d503-4984-9366-b293c7ead775.png)
kerem 2026-02-26 12:21:03 +03:00
Author
Owner

@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:

__builtin__ was changed to builtins in Python 3

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.

<!-- gh-comment-id:1283795975 --> @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__"](https://stackoverflow.com/questions/69321087/pyinstaller-speedtest-convert-to-exe-error-no-module-name-builtin). An answer notes that: > \_\_builtin\_\_ was changed to builtins in Python 3 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.
Author
Owner

@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.

<!-- gh-comment-id:1320725611 --> @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.
Author
Owner

@github-actions[bot] commented on GitHub (Nov 25, 2022):

Closing issue due to no activity in more than 60 days.

<!-- gh-comment-id:1326929556 --> @github-actions[bot] commented on GitHub (Nov 25, 2022): Closing issue due to no activity in more than 60 days.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/auto-py-to-exe#278
No description provided.