2008/10/15 [EMAIL PROTECTED] <[EMAIL PROTECTED]>

>
> 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.


import py_compile
py_compile.compile('file')

but why? if users never will see your code.


>
> >
>


-- 
[b]question = (to) ? be : !be; .[/b]

--~--~---------~--~----~------------~-------~--~----~
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