Open dhl8282 opened 6 years ago
When I was running tutorial_6.py on Mac + python3, I got this error: ModuleNotFoundError: No module named '_tkinter'
Here is what I did to fix it.
brew install tcl-tk brew reinstall python --with-tcl-tk
@dhl8282 : are you using the latest version of Marlo ?
When I was running tutorial_6.py on Mac + python3, I got this error: ModuleNotFoundError: No module named '_tkinter'
Here is what I did to fix it.