Forum: Poser Python Scripting


Subject: Python editor support: New version

adp001 opened this issue on Apr 18, 2020 ยท 29 posts


adp001 posted Sat, 21 November 2020 at 6:47 AM

Found an incompatibility with P3 in the script to produce the lib.

Insert this at line 15:

if sys.version_info.major > 2:
    basestring = str
    xrange = range
else:
    range = xrange

Right before :

PARMS = namedtuple("PARMS", "Name args doc")

I'll update the zip on my website within the next 30 Minutes.