On Mar 21, 2:36 pm, "flit" <[EMAIL PROTECTED]> wrote:
> Now the technical question:
>
> 1 - There is a way to make some program in python and protects it? I
> am not talking about ultra hard-core protection, just a simple one
> that will stop 90% script kiddies.

Freeze. That should be hard enough for 99% of users.

> 2 - If I put the code in web like a web service, how can I protect my
> code from being ripped? There is a way to avoid someone using my site
> and ripping the .py files?

That's more of a question about the security of that particular
server. Normally if the server is well set up, there is no way that
unauthorized user could access source code form outside.


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to