Sat, Jun 1, 5:40 AM CDT

Welcome to the Poser 12 Forum

Forum Moderators: nerd, donnena Forum Coordinators: nerd

Poser 12 F.A.Q (Last Updated: 2024 May 25 9:15 pm)



Welcome to the Poser Forums! Need help with these versions, advice on upgrading? Etc...you've arrived at the right place!


Looking for Poser Tutorials? Find those HERE



Subject: Python scripts not working? Try this.


Mason41 ( ) posted Wed, 04 November 2020 at 5:13 PM · edited Thu, 30 May 2024 at 9:17 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



Privacy Notice

This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.