jitesh wrote:
Sorry for my noviceness.
Is it possible to handover an application to my client without giving
the source code because I don't want to open the source code OR is
there any way to convert .py file to .pyc or .exe file.
Any help is appreciated.



  
In python, the compiled byte code may be decompiled easily.
you may opt for obfuscation  of code (to make your code hard to read for your client).

you may try http://www.lysator.liu.se/~astrand/projects/pyobfuscate/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to