[Tutor] Read protection of python files for Abaqus

Kent Johnson kent37 at tds.net
Mon Jan 14 13:13:01 CET 2008


Ferruh KAYHAN wrote:
> Dear Sirs;
> Good morning.
> I do not like abaqus users will read my python file codes.  How can I 
> protect my codes from reading ans still workable by Abaqus import??

You can ship .pyc files instead of .py files, that will discourage 
casual readers.

I don't think there is anything you can do to stop a determined reader 
from understanding your code.

Kent


More information about the Tutor mailing list