From owner-freebsd-python@FreeBSD.ORG Tue Jul 30 08:01:09 2013 Return-Path: Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C59F6D30; Tue, 30 Jul 2013 08:01:09 +0000 (UTC) (envelope-from mva@freebsd.org) Received: from smtprelay02.ispgateway.de (smtprelay02.ispgateway.de [80.67.18.14]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 818252B18; Tue, 30 Jul 2013 08:01:08 +0000 (UTC) Received: from [80.67.16.121] (helo=webmailfront01.ispgateway.de) by smtprelay02.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1V44lk-00014r-VA; Tue, 30 Jul 2013 09:54:57 +0200 Received: from his1.his.de (his1.his.de [192.124.237.237]) by webmail.df.eu (Horde Framework) with HTTP; Tue, 30 Jul 2013 09:54:56 +0200 Date: Tue, 30 Jul 2013 09:54:56 +0200 Message-ID: <20130730095456.Horde.XlxQMdj5YU1hIxf6WAYZOQ2@webmail.df.eu> From: Marcus von Appen To: David Demelier , Daniel Braniss Subject: Re: Dealing with 2.7 and 3.3 installations References: In-Reply-To: User-Agent: Internet Messaging Program (IMP) H5 (6.0.4) Content-Type: text/plain; charset=UTF-8; format=flowed; DelSp=Yes MIME-Version: 1.0 Content-Disposition: inline X-Df-Sender: ZnJlZWJzZEBzeXNmYXVsdC5vcmc= Cc: bapt@freebsd.org, koobs@freebsd.org, freebsd-python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mva@freebsd.org List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jul 2013 08:01:09 -0000 David, Daniel, just to take this to python@ and to clarify, what problems are still open for you: - bapt confirmed that the parallel installation of python itself from binary packages should work without any problem - Installation from the ports tree should work without problems - Installation of python modules from the ports tree basically works without problems (given that you set the correct make knobs), BUT can create tons of issues, when it comes to deinstallation, port dependency detection, etc. As per my understanding, you both mentioned issues with both, python itself and 3rd party packages. As said above, python itself should not be any problem. If you ran into any issue, please let python@ know about it (ideally with a reproducible step-by-step description) or create a PR. Regarding the 3rd party modules, I am not sure about the pkg status. Maybe bapt can say a word or two about whether packages are (planned to or currently) built for different python versions or not. David, Daniel: if you are currently running into trouble with the 3rd party modules, please let us know, what your requirements are, so we can discuss different solutions top be applied to the ports tree and, where applicable, improved support for the pkg builds. Thanks and cheers Marcus