Derek van Vliet enlightened us with:
> I'm trying to save compiled python code in a proprietary file format
> to cut reduce the overhead of compiling all my scripts when my app
> starts up.

Why is that faster than having the .pyc files ready on your
filesystem? And why do you want it in a proprietary file format?

Sybren
-- 
The problem with the world is stupidity. Not saying there should be a
capital punishment for stupidity, but why don't we just take the
safety labels off of everything and let the problem solve itself? 
                                             Frank Zappa
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to