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

Fix Select Visualization menu name in macOS executable #285

Open
JMCanning78 opened this issue Mar 12, 2022 · 1 comment
Open

Fix Select Visualization menu name in macOS executable #285

JMCanning78 opened this issue Mar 12, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@JMCanning78
Copy link
Owner

When the bundle of visualizations is exported as a macOS executable, the "Select Visualization" menu label does not appear initially.


Screen Shot 2022-03-11 at 6 11 27 PM


Once the user selects a visualization app, the menu label shows the next time the menu is raised. It is desirable, however, to have it show before the first selection so they are aware of the menu.

@JMCanning78 JMCanning78 added the bug Something isn't working label Mar 12, 2022
@JMCanning78
Copy link
Owner Author

After installing Python 3.9.13 on a Mac with an M1 (Apple silicon) chip using homebrew, this problem disappeared. In other words, the menu title shows up when the application loads.

Specific steps for the installation:

$ brew install [email protected]
$ brew install [email protected]   # Needed to get tkinter
$ pip3 install -r datastructures-visualization/requirements.txt

Then I ran the program as $ python3 runAllVisualizationsMenu.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant