Forum: Poser - OFFICIAL


Subject: What is ValueError invalid \X escape & how do you get rid of it?

albertdelfosse opened this issue on Dec 02, 2010 ยท 15 posts


albertdelfosse posted Fri, 03 December 2010 at 7:46 AM

Ok, I figured out why this was not working. When writing a python program in notepad, or any other text editor, you have to save the program as *.txt. Then rename the program as *.py. Saving the file as *.py to begin with causes odd characters to be placed in the file, which causes the poser python interpreter to do strange things.