Re: protecting the python code.

2005-01-17 Thread A.B., Khalid
nell wrote: > Hi all, > I've developed a testing application in python, and should supply it in > a way that no one (lets say they are regular users) will understand it > and edit it. > The application source is all python but we expose a UI written in C# > that go over all our code and expose to u

Re: protecting the python code.

2005-01-17 Thread Andrey Tatarinov
nell wrote: First the "10x in advance" means thanks in advance. The main importance of protecting my code is to save headache of customers that want to be smart and change it and then complain on bugs also you can try to use py2exe -- http://mail.python.org/mailman/listinfo/python-list

Re: protecting the python code.

2005-01-16 Thread Steve Holden
nell wrote: Hi Steve, First the "10x in advance" means thanks in advance. The main importance of protecting my code is to save headache of customers that want to be smart and change it and then complain on bugs and problems. 10x I'd have understood "tnx", never seens 10x b4 :-) Your concerns are

Re: protecting the python code.

2005-01-16 Thread nell
Hi Steve, First the "10x in advance" means thanks in advance. The main importance of protecting my code is to save headache of customers that want to be smart and change it and then complain on bugs and problems. 10x -- http://mail.python.org/mailman/listinfo/python-list

Re: protecting the python code.

2005-01-16 Thread Bob Smith
nell wrote: Hi Steve, First the "10x in advance" means thanks in advance. The main importance of protecting my code is to save headache of customers that want to be smart and change it and then complain on bugs and problems. 10x I'd say that's more of a policy issue than a technical issue. You have