[GH-ISSUE #304] There is a browse error on mac. #266

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

Originally created by @pyuna on GitHub (Aug 25, 2022).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/304

Originally assigned to: @pyuna on GitHub.

Execute auto-py-to-exe and click browse, then the tkinter window will appear.
How to make the tkinter window not appear behind?

Screen Shot 2022-08-25 at 3 03 32 PM
  • Python version (python --version): 3.9.12

  • auto-py-to-exe version (pip show auto-py-to-exe): 2.22.0

  • PyInstaller version (pip show pyinstaller): 5.3

  • Eel version (pip show eel): 0.14.0

  • MacOS: Monterey

Originally created by @pyuna on GitHub (Aug 25, 2022). Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/304 Originally assigned to: @pyuna on GitHub. Execute auto-py-to-exe and click browse, then the tkinter window will appear. How to make the tkinter window not appear behind? <img width="912" alt="Screen Shot 2022-08-25 at 3 03 32 PM" src="https://user-images.githubusercontent.com/96897314/186590106-03747110-9bc2-4aa2-85a5-19f5370ab70a.png"> - Python version (`python --version`): 3.9.12 - auto-py-to-exe version (`pip show auto-py-to-exe`): 2.22.0 - PyInstaller version (`pip show pyinstaller`): 5.3 - Eel version (`pip show eel`): 0.14.0 - MacOS: Monterey
kerem 2026-02-26 12:21:00 +03:00
Author
Owner

@brentvollebregt commented on GitHub (Aug 25, 2022):

Unfortunately, I do not own a mac so I'm unable to investigate this sorry.

If you run this script in Python, does it lead to the same issue?

from tkinter import Tk
from tkinter.filedialog import askopenfilename

root = Tk()
root.withdraw()
root.wm_attributes('-topmost', 1)
file_path = askopenfilename(parent=root)
root.update()
print(file_path)
<!-- gh-comment-id:1226949399 --> @brentvollebregt commented on GitHub (Aug 25, 2022): Unfortunately, I do not own a mac so I'm unable to investigate this sorry. If you run this script in Python, does it lead to the same issue? ```python from tkinter import Tk from tkinter.filedialog import askopenfilename root = Tk() root.withdraw() root.wm_attributes('-topmost', 1) file_path = askopenfilename(parent=root) root.update() print(file_path) ```
Author
Owner

@github-actions[bot] commented on GitHub (Oct 2, 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:1264526074 --> @github-actions[bot] commented on GitHub (Oct 2, 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 (Oct 8, 2022):

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

<!-- gh-comment-id:1272189695 --> @github-actions[bot] commented on GitHub (Oct 8, 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#266
No description provided.