I installed both of those, but when I run
python3 -m tkinter
it tells me "No module named '_tkinter'"
When I try to import tkinter into a python script, I'm getting the same message.
If this is tkinter, maybe it's installing for Python 2 instead of Python 3?