New submission from Roger Mosher: when trying to show a FigureCanvasTkAgg the program crashes. Debugging eventually leads me to TkAgg.blit method where we find the following line: tk.call( "PyAggImagePhoto", photoimage, id(data), colormode, id(bbox_array))
which generates a TclError, namely that "PyAggImagePhoto" is an invalid command. I am using tkinter 8.6 Full details at: http://stackoverflow.com/questions/35829961/using-matplotlib-with-tkinter-tkagg ---------- components: Tkinter messages: 261300 nosy: r mosher priority: normal severity: normal status: open title: tclErr: invalid command name "PyAggImagePhoto" versions: Python 3.5 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue26504> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com