Forum: Poser 12


Subject: Poser 12 Python compatibility question

Haruchai opened this issue on Nov 03, 2020 ยท 106 posts


Mason41 posted Fri, 06 November 2020 at 6:28 PM

The big differences I have seen are:

  1. TKinter is now tkinter.
  2. Either use all spaces or all tabs, no mixing, easily fixed.
  3. string.atoi and string.atof no longer exist and now its int(string) or float(string)