[modwsgi] Re: mod_wsgi and .pyc files

2008-12-01 Thread Brett Hoerner
On Mon, Dec 1, 2008 at 2:17 PM, Matt Craighead [EMAIL PROTECTED] wrote: Works fine if I give it the .py file, but I prefer to ship my software as .pyc files rather than .py files. Is there a way to tell mod_wsgi to load a precompiled .pyc script? The docs say, In all ways that the

[modwsgi] Re: mod_wsgi and .pyc files

2008-12-01 Thread Brett Hoerner
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