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
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to