Forum: Poser 12


Subject: dson after uninstal giving errors

firecircle opened this issue on Dec 10, 2020 ยท 26 posts


structure posted Tue, 03 May 2022 at 3:50 AM Forum Coordinator

Thalek posted at 3:44 AM Tue, 3 May 2022 - #4438060

Sorry to raise this zombie, but I have driven myself nuttier trying to implement this very simple code change.  I get nothing but indentation error messages when I try the original modification and the proposed modification.  I feel like my head is full of cotton and I'm not thinking clearly, but I'm sober, so that's a bit less likely than otherwise.

(And just to pour acid on my wounds, I just discovered that my own simplistic Shadow Camera Rename freebie now is flagged for syntax errors, so the syntax must have changed as well.  Python has got me in a stranglehold and is starting to squeeze.  I might as well be a dead parrot for all that I'm accomplishing.)

Indentation errors are usually caused by conflicting tabs and spaces at the beginning of lines, 

fix: convert all leading tabs to spaces (recommended) or convert leading spaces to tabs

Syntax has changed in python 3 - you would need to post the code here for us to be able to assist you with it. 

however if the syntax error is a print command...

new syntax is :

print("text here")

printable items MUST be in brackets

Locked Out