Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is a browse error on mac. #304

Closed
pyuna opened this issue Aug 25, 2022 · 3 comments
Closed

There is a browse error on mac. #304

pyuna opened this issue Aug 25, 2022 · 3 comments
Assignees
Labels
question Further information is required Stale

Comments

@pyuna
Copy link

pyuna commented Aug 25, 2022

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

@pyuna pyuna added the bug Something isn't working label Aug 25, 2022
@brentvollebregt
Copy link
Owner

brentvollebregt commented 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)

@brentvollebregt brentvollebregt removed their assignment Aug 25, 2022
@brentvollebregt brentvollebregt added the question Further information is required label Aug 27, 2022
@brentvollebregt brentvollebregt removed the bug Something isn't working label Sep 1, 2022
@github-actions
Copy link

github-actions bot commented 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.

@github-actions github-actions bot added the Stale label Oct 2, 2022
@github-actions
Copy link

github-actions bot commented Oct 8, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is required Stale
Projects
None yet
Development

No branches or pull requests

2 participants