[GH-ISSUE #448] Missing Module #357

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

Originally created by @Nathan3-14 on GitHub (Dec 20, 2023).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/448

Interesting missing module error

Error

I converted a very basic python project using tkinter and it gave the following error
image
And I was intereseted why it needed a module (ip address) despite it not being used in the code.

Code

test.py:

from tkinter import *

root = Tk()
test = Label(text="hi!")
test.pack()
root.mainloop()
Originally created by @Nathan3-14 on GitHub (Dec 20, 2023). Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/448 # Interesting missing module error ## Error I converted a very basic python project using tkinter and it gave the following error ![image](https://github.com/brentvollebregt/auto-py-to-exe/assets/117750247/7c6f5e21-28f8-42c7-ba5b-31449f20f99d) And I was intereseted why it needed a module (ip address) despite it not being used in the code. ## Code test.py: ```python from tkinter import * root = Tk() test = Label(text="hi!") test.pack() root.mainloop() ```
kerem closed this issue 2026-02-26 12:21:20 +03:00
Author
Owner

@github-actions[bot] commented on GitHub (Dec 20, 2023):

👋 Hi, just a reminder that if you haven't read the help post yet, give it a read to see if your issue is covered in it and make sure to follow the debugging section.

Also please note, as stated in the README, if your issue is only associated with your application and not auto-py-to-exe itself, please do not create an issue in this repository - instead, comment on the help post, video or create a new discussion.

<!-- gh-comment-id:1865186056 --> @github-actions[bot] commented on GitHub (Dec 20, 2023): 👋 Hi, just a reminder that if you haven't read [the help post](https://nitratine.net/blog/post/issues-when-using-auto-py-to-exe/) yet, give it a read to see if your issue is covered in it and make sure to follow [the debugging section](https://nitratine.net/blog/post/issues-when-using-auto-py-to-exe/#debugging). Also please note, as stated in the README, if your issue is only associated with your application and not auto-py-to-exe itself, please do not create an issue in this repository - instead, comment on the help [post](https://nitratine.net/blog/post/issues-when-using-auto-py-to-exe/), [video](https://youtu.be/OZSZHmWSOeM) or create a [new discussion](https://github.com/brentvollebregt/auto-py-to-exe/discussions).
Author
Owner

@brentvollebregt commented on GitHub (Dec 21, 2023):

This was fixed in PyInstaller 5.12 back in June - see more here: https://github.com/pyinstaller/pyinstaller/issues/7692

<!-- gh-comment-id:1866809268 --> @brentvollebregt commented on GitHub (Dec 21, 2023): This was fixed in PyInstaller 5.12 back in June - see more here: https://github.com/pyinstaller/pyinstaller/issues/7692
Author
Owner

@Nathan3-14 commented on GitHub (Dec 21, 2023):

Cool thanks.
I updated my python and it seemed to work fine.

<!-- gh-comment-id:1866924155 --> @Nathan3-14 commented on GitHub (Dec 21, 2023): Cool thanks. I updated my python and it seemed to work fine.
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#357
No description provided.