farmwife 0 Light Poster

The Software Manager offered both python-tk and python3-tk for install, so I installed both. The latter permits me to import tkinter as a whole, while the former does not. Instead, the python 2.x version chopped tkinter up into several submodules that must be imported separately, which is a major nuisance. Is there any way to avoid this?