From owner-freebsd-questions@FreeBSD.ORG Wed Jun 10 18:47:02 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 345F31065678 for ; Wed, 10 Jun 2009 18:47:02 +0000 (UTC) (envelope-from freebsd-questions@pp.dyndns.biz) Received: from iph2.telenor.se (iph2.telenor.se [195.54.127.133]) by mx1.freebsd.org (Postfix) with ESMTP id B2FE78FC13 for ; Wed, 10 Jun 2009 18:47:01 +0000 (UTC) (envelope-from freebsd-questions@pp.dyndns.biz) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqMCALOZL0rDNmV4mWdsb2JhbACBT5ZkAQEBAQEICwoHErd5hA0F X-IronPort-AV: E=Sophos;i="4.42,197,1243807200"; d="scan'208";a="17558447" Received: from ironport.bredband.com ([195.54.101.120]) by iph2.telenor.se with ESMTP; 10 Jun 2009 20:36:28 +0200 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvYdACuaL0pV4jsLPGdsb2JhbACBT5ZaAQEBATa4BYQNBQ X-IronPort-AV: E=Sophos;i="4.42,197,1243807200"; d="scan'208";a="535904420" Received: from c-0b3be255.107-1-64736c10.cust.bredbandsbolaget.se (HELO gatekeeper.pp.dyndns.biz) ([85.226.59.11]) by ironport1.bredband.com with ESMTP; 10 Jun 2009 20:36:27 +0200 Received: from [192.168.69.67] (phobos [192.168.69.67]) by gatekeeper.pp.dyndns.biz (8.14.3/8.14.3) with ESMTP id n5AIaPS5087012 for ; Wed, 10 Jun 2009 20:36:26 +0200 (CEST) (envelope-from freebsd-questions@pp.dyndns.biz) Message-ID: <4A2FFD29.9020905@pp.dyndns.biz> Date: Wed, 10 Jun 2009 20:36:25 +0200 From: =?ISO-8859-1?Q?Morgan_Wesstr=F6m?= User-Agent: Thunderbird 2.0.0.21 (X11/20090430) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Python 2.6 and upgrade-site-packages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2009 18:47:02 -0000 I haven't performed the upgrade from 2.5 to 2.6 yet but I notice my /usr/local/lib/python2.5/site-packages is empty. Does that mean I can skip running upgrade-site-packages afterwards and avoid the problems with portmaster, currently discussed on the list? /Morgan