From owner-freebsd-python@FreeBSD.ORG Wed Oct 3 11:20:41 2012 Return-Path: Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4EB6A106566B for ; Wed, 3 Oct 2012 11:20:41 +0000 (UTC) (envelope-from c.kworr@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 227428FC0A for ; Wed, 3 Oct 2012 11:20:40 +0000 (UTC) Received: by pbbrp8 with SMTP id rp8so11254415pbb.13 for ; Wed, 03 Oct 2012 04:20:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=uC5lzfwYmdE6FNekFtipeqmQOkh0FVHdjXTdO3o5il8=; b=hqHSmdHO+Hpw1GBASrfURnvq+J4dQAA7WXT1Fr0x1JfUNVcV11bas8PR19+vHL3Yzy CuCYJcvZm8XgRMfh9g5pacBRpgVQ5/IOhBK7/k7zdi7pvGRNEdKBAOI748KCjULursTF YE+z1U2c5vWswKlc3xPUUK0qKi3I7MgNxV9Z6Kd3j86cUzXZqZy3II3RC39xt+yGCc6G gRyQ+hJb8uf0g1t1/DdUejI7GLESExW8+waE1pw3ejz1qs+WzmSZKFaByPu5I2xTJNU0 CaWSidLQPqcT5BbNhsRBnUc/c3Qb1eTEAyoz23Tu1eRB2VM1rx+W5HOH3ylXXw7yoPZj +OlQ== Received: by 10.66.88.4 with SMTP id bc4mr3696491pab.42.1349263239836; Wed, 03 Oct 2012 04:20:39 -0700 (PDT) Received: from [192.168.1.132] (mau.donbass.com. [92.242.127.250]) by mx.google.com with ESMTPS id kt2sm2466324pbc.73.2012.10.03.04.20.38 (version=SSLv3 cipher=OTHER); Wed, 03 Oct 2012 04:20:39 -0700 (PDT) Message-ID: <506C1F7F.9020405@gmail.com> Date: Wed, 03 Oct 2012 14:20:31 +0300 From: Volodymyr Kostyrko User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:15.0) Gecko/20120924 Thunderbird/15.0.1 MIME-Version: 1.0 To: freebsd-python@FreeBSD.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: py-distribute update leftover X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2012 11:20:41 -0000 Hello. Recent py-ditribute update doesn't update easy_install.pth on python2.7: ===>>> The following actions were performed: Re-installation of py27-distribute-0.6.28 # cd /usr/local/lib/python2.7/site-packages/ # cat easy-install.pth import sys; sys.__plen = len(sys.path) ./distribute-0.6.27-py2.7.egg ./Pyrseas-0.5.0-py2.7.egg ./Babel-0.9.6-py2.7.egg ./Genshi-0.6-py2.7.egg ./Pygments-1.5-py2.7.egg ./Trac-0.12.3-py2.7.egg ./hg_git-0.3.3-py2.7.egg ./graphviz-0.7.4-py2.7.egg ./TracTocMacro-11.0.0.3-py2.7.egg ./pytz-2012f-py2.7.egg import sys; new=sys.path[sys.__plen:]; del sys.path[sys.__plen:]; p=getattr(sys,'__egginsert',0); sys.path[p:p]=new; sys.__egginsert = p+len(new) And a new file was created: # cat easy-install.pth.dist import sys; sys.__plen = len(sys.path) ./distribute-0.6.28-py2.7.egg import sys; new=sys.path[sys.__plen:]; del sys.path[sys.__plen:]; p=getattr(sys,'__egginsert',0); sys.path[p:p]=new; sys.__egginsert = p+len(new) -- Sphinx of black quartz, judge my vow.