MikeMoss opened this issue on Aug 12, 2011 · 87 posts
MikeMoss posted Sat, 27 August 2011 at 1:18 PM
PS.
I get the same error message if I remove my command from the file.
sys:1: DeprecationWarning: Non-ASCII character 'x94' in file D:Poser 8RuntimePythonPoserScriptsCustomScriptscustomButtons.py on line 3, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details
File "D:Poser 8RuntimePythonPoserScriptsCustomScriptscustomButtons.py", line 3
poser.DefineScriptButton(1, ””, ”…”)
^
SyntaxError: invalid syntax
Here is the file with the command removed...
import poser
poser.DefineScriptButton(1, ””, ”…”)
poser.DefineScriptButton(2, ””, ”…”)
poser.DefineScriptButton(3, ””, ”…”)
poser.DefineScriptButton(4, ””, ”…”)
poser.DefineScriptButton(5, ””, ”…”)
poser.DefineScriptButton(6, ””, ”…”)
poser.DefineScriptButton(7, ””, ”…”)
poser.DefineScriptButton(8, ””, ”…”)
poser.DefineScriptButton(9, ””, ”…”)
poser.DefineScriptButton(10, ”:Runtime:Python:PoserScripts:mainButtons.py”, “Main”)
I expected it to open the palette with all of the buttons blank?
Thanks again for the help.
Mike
If you shoot a mime, do you need a silencer?