You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the bundle of visualizations is exported as a macOS executable, the "Select Visualization" menu label does not appear initially.
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.
The text was updated successfully, but these errors were encountered:
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
When the bundle of visualizations is exported as a macOS executable, the "Select Visualization" menu label does not appear initially.
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.
The text was updated successfully, but these errors were encountered: