[EMAIL PROTECTED] wrote: > Hi steve. > I know if i have only the .pyc files i don't see the source. > > But then, if upload to the server only the .pyc and my application > work correctly, then this solve my problem. > > Exists programs which convert .py files in .pyc? I want this because > in the situation when i have only the .py files. > If you are happy to deploy just .pyc files then you should find that the "compileall" library gives you everything you need. There's a compile_dir() function that will convert whole directory trees of .py files to .pyc's.
regards Steve --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---