importing pyc from memory?

Sybren Stuvel sybrenUSE at YOURthirdtower.com.imagination
Mon Jul 4 12:27:47 EDT 2005


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



More information about the Python-list mailing list