Mason41 opened this issue on Nov 04, 2020 ยท 2 posts
Mason41 posted Wed, 04 November 2020 at 5:13 PM
You will need to download the latest python 3 from the python.org site
C:/Users/*your user name*/AppData/Local/Programs/Python/Python39/tcl/tcl8.6
C:/Users/*your user name*/AppDataLocal/Programs/Python/Python39/tcl/tk8.6
These two dirs go into your
Runtime/Python/lib
directory as sub directories.
So it will be
Runtime/Python/lib/tcl8.6
Runtime/Python/lib/tk8.6
Also note 3 is pickier than older python so tkinter is now all lower case in your scripts. Also your script file cannot mix spaces and tabs for indenting, has to be one or the other.
jibicoco posted Sat, 27 May 2023 at 1:03 PM
probleme with "collect scene inventory" with python...
Traceback (most recent call last):
File "D:\Program Files\Poser Software\Poser 11\Runtime\Python\poserScripts\ScriptsMenu\Utility\collectSceneInventory.py", line 197, in <module>
fileName, dst = getFile()
File "D:\Program Files\Poser Software\Poser 11\Runtime\Python\poserScripts\ScriptsMenu\Utility\collectSceneInventory.py", line 156, in getFile
path = fileCh.Path()
UnicodeDecodeError: 'utf8' codec can't decode byte 0xe9 in position 4: invalid continuation byte