Can a python webapp be bundled into a single file for deployment?

Posted by Phillip Oldham on Stack Overflow See other posts from Stack Overflow or by Phillip Oldham
Published on 2010-03-18T13:40:37Z Indexed on 2010/03/18 13:51 UTC
Read the original article Hit count: 283

Filed under:
|

Is it possible for a python webapp to be bundled (gzipped?) into a single file, along with any required resources (js/css files) & modules (including modules like lxml which are mostly C-based), for easy deployment?

© Stack Overflow or respective owner

Related posts about python

Related posts about deployment