On Mon, Dec 1, 2008 at 3:31 PM, Matt Craighead
<[EMAIL PROTECTED]> wrote:
> Yes, I'm aware that pyc files can be decompiled -- but this does at least
> strip comments from the code, slightly speed up loading, and a few other
> minor things.

Do you really have many comments or much code in your wsgi script
itself?  I guess I can understand the desire for pyc files elsewhere,
but does this one file being "plain source" really hold you back?  I
suppose all of my wsgi scripts have been pretty basic.

> I guess the simplest workaround would be to create a 1-line file
> "csc_manager.wsgi" as follows?
>
> from csc_manager_wsgi import application

That'd probably work, certainly worth a try.

Brett

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

Reply via email to