> On Jun 29, 2016, at 20:16, boB Stepp <robertvst...@gmail.com> wrote: > > > The interesting part is since IDLE needs tkinter, it installed that > dependency as well. As far as I can tell after typing "help(tkinter)" > in the Python interpreter, it looks like *all* of tkinter got > installed. Is this in fact true?
Most likely, yes. Welcome to package management. This is what we were talking about earlier; the package management tools are really good and do wonderful things like find all the needed dependencies for a package that you install. In some cases, that can be many-many packages depending on the complexity. All you need to worry about is the thing you want, and let the system do the rest. :-) — David Rock da...@graniteweb.com _______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor