[GH-ISSUE #32] Modules Not Found #31

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

Originally created by @jbarker2160 on GitHub (Nov 21, 2018).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/32

I tried to convert the attached program.
outlooktest.py.txt

I get the error when I try to run the EXE that "No module named 'win32timezone'"

How do I get the program to add this module?

Originally created by @jbarker2160 on GitHub (Nov 21, 2018). Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/32 I tried to convert the attached program. [outlooktest.py.txt](https://github.com/brentvollebregt/auto-py-to-exe/files/2605410/outlooktest.py.txt) I get the error when I try to run the EXE that "No module named 'win32timezone'" How do I get the program to add this module?
kerem closed this issue 2026-02-26 12:20:15 +03:00
Author
Owner

@brentvollebregt commented on GitHub (Nov 22, 2018):

I briefly cover this issue in my post on Issues When Using auto-py-to-exe.

Make sure the module is installed and then add it to --hidden-import in the advanced tab. If you need to add more than one, separate them by a comma (,).

<!-- gh-comment-id:441098032 --> @brentvollebregt commented on GitHub (Nov 22, 2018): I briefly cover this issue in my post on [Issues When Using auto-py-to-exe](https://nitratine.net/blog/post/issues-when-using-auto-py-to-exe/#modulenotfounderror-no-module-named-x). > Make sure the module is installed and then add it to --hidden-import in the advanced tab. If you need to add more than one, separate them by a comma (,).
Author
Owner

@brentvollebregt commented on GitHub (Nov 24, 2018):

@jbarker2160 did this fix your issue? Or do you believe this is a bug with auto-py-to-exe?

<!-- gh-comment-id:441347146 --> @brentvollebregt commented on GitHub (Nov 24, 2018): @jbarker2160 did this fix your issue? Or do you believe this is a bug with auto-py-to-exe?
Author
Owner

@brentvollebregt commented on GitHub (Feb 20, 2019):

Closing due to no response from @jbarker2160

<!-- gh-comment-id:465458093 --> @brentvollebregt commented on GitHub (Feb 20, 2019): Closing due to no response from @jbarker2160
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#31
No description provided.