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: 304
python
|deployment
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