mirror of
https://github.com/B16f00t/whapa.git
synced 2026-04-25 10:55:56 +03:00
[GH-ISSUE #92] OSX TK inter problem solved #82
Labels
No labels
enhancement
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whapa#82
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @FetchFast on GitHub (Mar 4, 2021).
Original GitHub issue: https://github.com/B16f00t/whapa/issues/92
Please add this to the FAQ/Instructions:
To get this working on OSX:
brew install tcl-tkbrew uninstall python3python3.9 whapa-gui.pyThis is how you fix the error on OSX:
References:
https://gist.github.com/haliaeetus/529ac14438d139ee905101b99224d9b3
https://gist.github.com/txoof/675e72d43f1bfbade04fdcec99ff4085
https://stackoverflow.com/questions/36760839/why-my-python-installed-via-home-brew-not-include-tkinter/48737927
https://github.com/pyenv/pyenv/issues/94
@FetchFast commented on GitHub (Mar 4, 2021):
I also needed to:
pip3 install pycryptodomeas well but I'm not sure where this would go in the install instructions
@B16f00t commented on GitHub (Mar 4, 2021):
Thank you so much for your contribution