I have been using the below to centre a tkinter window with python 3.4.
root.eval('tk::PlaceWindow %s center' % root.winfo_pathname(root.winfo_id()))
This no longer works for me when using python 3.6 ?
What do I need to do, to make this work with python 3.6 ?