fritters56 opened this issue on Mar 19, 2021 ยท 11 posts
adp001 posted Fri, 19 March 2021 at 10:48 PM
donnena posted at 10:47PM Fri, 19 March 2021 - #4415210
Poser 12 uses Python 3 NONE of the Poser 11 scripts will work in Poser 12 because they are Python 2.
This is not quite correct.Several Python 2 scripts work fine in Poser 12 (i.e. Python 3).
The pseudo compiled scripts (the ones with the extension ".pyc" instead of ".py") actually do not work. A lot of scripts, which are available as source and which can be loaded into a text editor, work - at the latest after small changes - again as usual.
I really ask myself what this nonsense with the pseudo compiled scripts is about. There is - officially - a Python decompiler for ages. Completely legal. The only thing that compiled scripts achieve in the end is what we have right now: A huge disaster and heaps of angry users.