From owner-freebsd-python@FreeBSD.ORG  Wed Apr 23 11:40:01 2014
Return-Path: <owner-freebsd-python@FreeBSD.ORG>
Delivered-To: freebsd-python@smarthost.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 59FC63D7
 for <freebsd-python@smarthost.ysv.freebsd.org>;
 Wed, 23 Apr 2014 11:40:01 +0000 (UTC)
Received: from freefall.freebsd.org (freefall.freebsd.org
 [IPv6:2001:1900:2254:206c::16:87])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 472B019E1
 for <freebsd-python@smarthost.ysv.freebsd.org>;
 Wed, 23 Apr 2014 11:40:01 +0000 (UTC)
Received: from freefall.freebsd.org (localhost [127.0.0.1])
 by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3NBe1Ec066532
 for <freebsd-python@freefall.freebsd.org>; Wed, 23 Apr 2014 11:40:01 GMT
 (envelope-from gnats@freefall.freebsd.org)
Received: (from gnats@localhost)
 by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3NBe1kp066531;
 Wed, 23 Apr 2014 11:40:01 GMT (envelope-from gnats)
Date: Wed, 23 Apr 2014 11:40:01 GMT
Message-Id: <201404231140.s3NBe1kp066531@freefall.freebsd.org>
To: freebsd-python@FreeBSD.org
Cc: 
From: Kubilay Kocak <koobs.freebsd@gmail.com>
Subject: Re: ports/188890: devel/py-setuptools27: bad entry point (possible
 cause to egg-info problems)
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.17
Precedence: list
Reply-To: Kubilay Kocak <koobs.freebsd@gmail.com>
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Apr 2014 11:40:01 -0000

The following reply was made to PR ports/188890; it has been noted by GNATS.

From: Kubilay Kocak <koobs.freebsd@gmail.com>
To: bug-followup@FreeBSD.org, mustelator@yahoo.es
Cc:  
Subject: Re: ports/188890: devel/py-setuptools27: bad entry point (possible
 cause to egg-info problems)
Date: Wed, 23 Apr 2014 21:33:43 +1000

 Thank you for the additional information Toni.
 
 Please read and follow the instructions here carefully:
 
 http://lists.freebsd.org/pipermail/freebsd-python/2014-April/006828.html
 
 and then here:
 
 https://svnweb.freebsd.org/ports/head/UPDATING?r1=347059&r2=347362
 
 Specifically, you have an outdated and redundant copy of 'distribute'
 installed in your site-packages directory that is causing the issue.
 
 Summary:
 
 - Remove *all* files/dirs related to distribute from site-packages/
 - Remove py-setuptools, REPLACE it with py-setuptools27
 
 Lastly, please report back on success or failure, so that we can close
 the PR or provide additional advice.