Forum: Poser Python Scripting


Subject: Encrypted python scripts: possible somehow ?

papillon68 opened this issue on Sep 25, 2010 ยท 14 posts


PhilC posted Sun, 26 September 2010 at 4:48 AM

If your script is "myScript.py" you can compile it by running the script below:-

###############
import myScript

###############

Save the script in the same folder as myScript.py

You may find this Python for Poser of interest.

I would have killed for it when I started writing Python scripts :)