THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 28/06/2012 at 01:53, xxxxxxxx wrote:
I'm aware you can use the source protector to protect a single .pyp file.
but what if the .pyp references other .py files, how do I compile all these files together?
I've used python -m compileall, but when I import the files into the plugin folder and launch cinema I get
ImportError: Bad magic number in /Applications/MAXON/CINEMA 4D R13/plugins/Plugin/package/__init__.pyc
seems like the compiled pyc files aren't working