In article <m0s610$qu9$1...@dont-email.me>, Christian Gollwitzer <aurio...@gmx.de> wrote: [... much good stuff deleted ... ] > wish is a type A program, it creates an interpreter and therefore must > link to the actual library. So is Tkinter. But Tkagg is not, it extends > a preexisting interpreter.
Thanks, Christian. That's a good summary, I think. After some more research, I agree with your conclusion that the stubs library approach does not apply to the case of embedding Tcl ("type A") which is what Python tkinter does. As far as matplotlib or PIL/Pillow or other third-party packages that may extend Tck/Tk, it might be helpful to open an issue with suggested code on the various projects' issue trackers if someone cares to pursue this. -- Ned Deily, n...@acm.org -- https://mail.python.org/mailman/listinfo/python-list