Ask for a tool to protect my .pyc file :)

2005-05-07 Thread Lily Kakm
when I distribute my software, I will give the users .pyc file (maybe I can use py2exe, but I think there's no essential different), because I don't like them to know my source code. But actually, through .pyc file is not so directly as .py file, but the user can also easily guest the detail of

Ask for a tools to protect my .pyc file :)

2005-05-07 Thread Lily Kakm
I am sorry, may be I have not explain my mind clearly. But I just want a tool like this : It can change the variable name into meaningless ones. I know it will not be safe enough, but I need one. So I ask for help. Thank you !! Robert Kern wrote: >Lily Kakm wrote: >>when I distribute my