Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #33794 > unrolled thread
| Started by | Thomas Bach <thbach@students.uni-mainz.de> |
|---|---|
| First post | 2012-11-22 09:56 +0100 |
| Last post | 2012-11-22 09:56 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Web Frameworks Excessive Complexity Thomas Bach <thbach@students.uni-mainz.de> - 2012-11-22 09:56 +0100
| From | Thomas Bach <thbach@students.uni-mainz.de> |
|---|---|
| Date | 2012-11-22 09:56 +0100 |
| Subject | Re: Web Frameworks Excessive Complexity |
| Message-ID | <mailman.198.1353574627.29569.python-list@python.org> |
On Wed, Nov 21, 2012 at 12:49:52PM -0800, rh wrote:
>
> wheezy + "myvirtualenv" = 3.3MB
> pyramid = 92MB
$ mkvirtualenv --no-site-packages -p python2.7 pyramid
$ pip install -U distribute
$ pip install pyramid
$ du -h .virtualenvs/pyramid
22M .virtualenvs/pyramid
$ du -s .virtualenvs/pyramid/lib/python2.7/site-packages/* | sort -n | tail -n 5
728 .virtualenvs/pyramid/lib/python2.7/site-packages/pip-1.1-py2.7.egg
1556 .virtualenvs/pyramid/lib/python2.7/site-packages/setuptools
1724 .virtualenvs/pyramid/lib/python2.7/site-packages/zope
2044 .virtualenvs/pyramid/lib/python2.7/site-packages/chameleon
6312 .virtualenvs/pyramid/lib/python2.7/site-packages/pyramid
I think 22 MB are OK given the functionality Pyramid has to offer.
Just my 2 cents,
Thomas.
Back to top | Article view | comp.lang.python
csiph-web