`tkinter._test()` buttons are invisible when using pipenv
问题 I'm learning Tkinter right now and trying to work through my first issue, but finding Google hasn't been helpful. I'm running this code on Mac OS X 10.15.1 (Catalina) I'm using Python 3.7 and my code looks like so (lots of boilerplate per PEP8 standards): """ Experiments in tkinter """ import tkinter as tk def main(): """ Main entrypoint """ tk._test() if __name__ == "__main__": main() This outputs the following warning to the console: DEPRECATION WARNING: The system version of Tk is