Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #33758 > unrolled thread

Re: Web Frameworks Excessive Complexity

Started byChris Rebert <clp2@rebertia.com>
First post2012-11-21 11:08 -0800
Last post2012-11-21 11:08 -0800
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.


Contents

  Re: Web Frameworks Excessive Complexity Chris Rebert <clp2@rebertia.com> - 2012-11-21 11:08 -0800

#33758 — Re: Web Frameworks Excessive Complexity

FromChris Rebert <clp2@rebertia.com>
Date2012-11-21 11:08 -0800
SubjectRe: Web Frameworks Excessive Complexity
Message-ID<mailman.168.1353524899.29569.python-list@python.org>
On Wed, Nov 21, 2012 at 10:57 AM, rh <richard_hubbe11@lavabit.com> wrote:
> On Wed, 21 Nov 2012 10:12:26 -0800
> Chris Rebert <clp2@rebertia.com> wrote:
>> On Wed, Nov 21, 2012 at 9:49 AM, rh <richard_hubbe11@lavabit.com>
>> wrote:
>> > On Tue, 20 Nov 2012 20:41:42 +0300
>> > Andriy Kornatskyy <andriy.kornatskyy@live.com> wrote:
<snip>
>> > I'm looking at different technology right now on which to base a
>> > site. I tried pyramid and after install it consumed 92MB of disk.
>> > It seemed large and it turns out that it installed its own version
>> > of python. Seems more complex to me, yet another python on disk.
>>
>> That's how virtualenvs (http://www.virtualenv.org/ ) normally work.
>> Not really Pyramid's fault, it's more a deficiency of the current
>> Python package management tools.
>
> There's still 92MB under pyramid, I just installed a new virtualenv and
> installed wheezy.web, grand total 3.3MB.
>
> What deficiency?

"install[ing] its own version of python"

-- Chris

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web