Haruchai opened this issue on Nov 03, 2020 ยท 106 posts
formoz posted Sun, 08 November 2020 at 4:35 AM
Mason41 posted at 11:33AM Sun, 08 November 2020 - #4403664
The big differences I have seen are:
- TKinter is now tkinter.
- Either use all spaces or all tabs, no mixing, easily fixed.
- string.atoi and string.atof no longer exist and now its int(string) or float(string)
TKinter is now tkinter. and TkDialogFile is now dialogfile (and some more to change probably), and no tcl lib is installed so it won't work. (just experienced that)