Message from discussion
Pyramid and Python 3.3.0 beta 2
Received: by 10.204.10.88 with SMTP id o24mr260232bko.0.1345142543340;
Thu, 16 Aug 2012 11:42:23 -0700 (PDT)
X-BeenThere: pylons-discuss@googlegroups.com
Received: by 10.204.143.140 with SMTP id v12ls2396075bku.6.gmail; Thu, 16 Aug
2012 11:42:18 -0700 (PDT)
Received: by 10.205.130.14 with SMTP id hk14mr257529bkc.5.1345142538335;
Thu, 16 Aug 2012 11:42:18 -0700 (PDT)
Received: by 10.205.130.14 with SMTP id hk14mr257528bkc.5.1345142538321;
Thu, 16 Aug 2012 11:42:18 -0700 (PDT)
Return-Path: <mmeri...@gmail.com>
Received: from mail-bk0-f46.google.com (mail-bk0-f46.google.com [209.85.214.46])
by gmr-mx.google.com with ESMTPS id q3si1215077bkv.1.2012.08.16.11.42.18
(version=TLSv1/SSLv3 cipher=OTHER);
Thu, 16 Aug 2012 11:42:18 -0700 (PDT)
Received-SPF: pass (google.com: domain of mmeri...@gmail.com designates 209.85.214.46 as permitted sender) client-ip=209.85.214.46;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of mmeri...@gmail.com designates 209.85.214.46 as permitted sender) smtp.mail=mmeri...@gmail.com; dkim=pass header...@gmail.com
Received: by mail-bk0-f46.google.com with SMTP id j10so1034200bkw.19
for <pylons-discuss@googlegroups.com>; Thu, 16 Aug 2012 11:42:18 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=20120113;
h=mime-version:in-reply-to:references:from:date:message-id:subject:to
:content-type;
bh=lMGgTiIQiKu64ZJa29tbOOTcC1TkuOY188k10frltlE=;
b=ycU1Oon8blzAKpcL0pS1G2YgG6z3/T0FUeCRtn29C+FYTh7RTp2YXbnkqBN4QGPeqw
K3o9fIv5e+eUEfgDWGfLKQoBsgMwAtZ7gpQ6cXTc2zFqp5BJVgxonrJuscUZtefN2/mq
IRR/n6SxMqReHmPpwlZ/TLvFXeKqMz/cFvhJsun2QGOXOy1DRXCqoeethf/Nj6KX3ycb
cRXWHoAGQOMYiVfzZ+n1XYS9qFWkG5s5bJry86deBfcXW8TUV8LZXmDOzVzAB8JRixhh
4Nu62wIYoiLmQ679H6Q3ioAPuyhIBf41NQQQdaK2pLF4notFYA5MlxFG312jE3IV0ijm
QWIw==
Received: by 10.204.145.76 with SMTP id c12mr1083928bkv.70.1345142538096; Thu,
16 Aug 2012 11:42:18 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.204.35.205 with HTTP; Thu, 16 Aug 2012 11:41:37 -0700 (PDT)
In-Reply-To: <CAH9f=uoadeSnT=qj29WhB7v4KNV39NA3CPbh3bsQx2S4dzr...@mail.gmail.com>
References: <C7DE5D17-4139-4143-8423-137C64885...@underboss.org>
<CAH9f=upKbquoaNCCBLjszzTQ-6o15i5eeyrNfUMBz0vJ=mo...@mail.gmail.com>
<502AF8AB.9070...@plope.com> <0f2b7e20-88be-43b6-9b42-4269af02152d@googlegroups.com>
<CAH9f=uoVHkBbLBrkFcuPOT26cAm68dFkTf0t8YjAz_GPFup...@mail.gmail.com>
<CAKdhhwEy4uj-TKAq1TAHngQr4XEJQoddWLUG_Nzzs0OLbe6...@mail.gmail.com>
<CAH9f=uqCBFxkc7=tgcbK+sym63R7W3phLqduze1p450QEA_...@mail.gmail.com>
<502C564F.2090...@plope.com> <CAH9f=up6w+N_Q9pnoN5RemDqD+bRNgmQdjbfhhBqu5JDALa...@mail.gmail.com>
<CAKdhhwE8r-Jx3Cn9jfQzxBbOvuVaZOtZPTFM1bJtEY_4a1=...@mail.gmail.com>
<20120816083251.GA24117@platonas> <CAH9f=uoadeSnT=qj29WhB7v4KNV39NA3CPbh3bsQx2S4dzr...@mail.gmail.com>
From: Michael Merickel <mmeri...@gmail.com>
Date: Thu, 16 Aug 2012 13:41:37 -0500
Message-ID: <CAKdhhwHxhqPyY2+Do6gs6to3WAzHRi6JUeaKnGOXNcWAFby...@mail.gmail.com>
Subject: Re: Pyramid and Python 3.3.0 beta 2
To: pylons-discuss@googlegroups.com
Content-Type: text/plain; charset=UTF-8
Sorry, I consider them distinct because if you install namespace
packages with both then they tend to conflict. I wrote my previous
reply in packaging anger.
On Thu, Aug 16, 2012 at 12:34 PM, Mike Orr <sluggos...@gmail.com> wrote:
> On Thu, Aug 16, 2012 at 1:32 AM, Marius Gedminas <mar...@gedmin.as> wrote:
>> On Wed, Aug 15, 2012 at 09:25:31PM -0500, Michael Merickel wrote:
>>> On Wed, Aug 15, 2012 at 9:24 PM, Mike Orr <sluggos...@gmail.com> wrote:
>>> > So I'm confused. I thought Distribute was a rewrite of Setuptools, and
>>> > Pip was just a command-line front end. So there are really three
>>> > implementations of package management?
>>>
>>> yes
>>
>> Um.
>>
>> pip *depends* on Distribute.
>>
>> pip replaces easy_install which is just one part of Distribute.
>
> That's what I thought too but it contradicts what Mike Merickel is
> saying. He seems to be saying that the Pip package reimplements
> Distribute or something like that, and leads to conflicts if both Pip
> and Distribute are installed.
>
> When I'm using site-packages, I install Ubuntu's python-setuptools
> (really distribute), python-pip, python-virtualenv, and
> virtualenvwrapper. When I'm not using site-packages, well, I do the
> same but virtualenv installs a local distribute *and* pip into the
> virtualenv, or at least it says it does.
>
> --
> Mike Orr <sluggos...@gmail.com>
>
> --
> You received this message because you are subscribed to the Google Groups "pylons-discuss" group.
> To post to this group, send email to pylons-discuss@googlegroups.com.
> To unsubscribe from this group, send email to pylons-discuss+unsubscribe@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
>