From owner-freebsd-questions@FreeBSD.ORG Wed Feb 25 05:22:25 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 81CEF522 for ; Wed, 25 Feb 2015 05:22:25 +0000 (UTC) Received: from mail-we0-x229.google.com (mail-we0-x229.google.com [IPv6:2a00:1450:400c:c03::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 18863632 for ; Wed, 25 Feb 2015 05:22:25 +0000 (UTC) Received: by wevk48 with SMTP id k48so1328448wev.3 for ; Tue, 24 Feb 2015 21:22:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=1Wp+pAulStJpiLEc1c9ZXeqNWrHVQ0YeY1d90FMA5YM=; b=kEv+A29LOVF7um49WWXaFilyeWC/tpN49qmmZSKbA7fNGkfaMenj8a0+ZUOek2+dPJ MOL85PSc7eSZOyWLOx1oGOVCwg5dG1YeaCpft6I5P1iRzCqDma/iqxomIi48dY72RY4K I8lYN/dhtfqdtHlei8PZwwJNJvVHHyzphxwBJYiQAwCXaWJQiUqJjrwPvnl5oP5qUq49 GgP2+MnKgJH/9IFUCBo7HOXk1c111BjzrkebkgfX83Z7eCwf4yhrx8dlexVfov5iGQlj AElBmmHTle/Zxiow1ep0EYyFvRsQXLgRKNZt58ZQAEqoPaXsB6BZXyCzfTFntoJTUTo7 tVrQ== MIME-Version: 1.0 X-Received: by 10.180.8.98 with SMTP id q2mr35698261wia.80.1424841743432; Tue, 24 Feb 2015 21:22:23 -0800 (PST) Received: by 10.181.8.102 with HTTP; Tue, 24 Feb 2015 21:22:23 -0800 (PST) Date: Wed, 25 Feb 2015 10:52:23 +0530 Message-ID: Subject: Install python 2.4.6 in freebsd 10 From: eras mus To: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Feb 2015 05:22:25 -0000 Hi All, i have an old application which requires python 2.4.6 . I want it to be run in FreeBSD 10. Kindly help me to install Python 2.4.6 in FreeBSD 10. Thanks in Advance.