Python source code (.py) is automatically compiled to byte code (.pyc) when you import a module.
More info here: http://effbot.org/zone/python-compile.htm However, it seems that pyc files can still be decompiled, google for "uncompile pyc" for more info. HTH, Daniel Am Donnerstag, den 19.06.2008, 03:03 -0700 schrieb jitesh: > 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. > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---