From owner-freebsd-questions@FreeBSD.ORG Thu Feb 26 07:15:46 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 364DF849 for ; Thu, 26 Feb 2015 07:15:46 +0000 (UTC) Received: from mail-lb0-x22b.google.com (mail-lb0-x22b.google.com [IPv6:2a00:1450:4010:c04::22b]) (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 A8E4F67A for ; Thu, 26 Feb 2015 07:15:45 +0000 (UTC) Received: by lbiz11 with SMTP id z11so8957181lbi.8 for ; Wed, 25 Feb 2015 23:15:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=qLl7kscltYkJ1sgaE/2hwZ5Z7mfUr+lQLOLqPErkCo0=; b=VA4+EhaL4MnsMUx+Smzz5RBJ3+qflz+tsH6R1TALDanfBO1zLnGIheLFsU+qInF0wA yYeUjWHOb+ZzRn6566pEfrEklWnyOCms8D7fCv/hXh/cx/R1EPkeQiCzssvzjiqaKli8 dupNY8X57OLpH6xw0S9/Ihn4FC0PBSmEEFEW/5AaoyTt90TIAMOL+ThWEQVd8y+A+r+I Iv21Vo0ZBVabIFVbHF07xR/XxV9yG6tTMmIkgIvAJhnWCd1qF8MZpjzVbS83j2JNbZj7 +W9Bnu+iBnoLw/KrEde1zJy7Qh5BxBxxsA/NNSb5EHgSySFSGyeJYYK4UOxJed+TZrUJ 5eKg== MIME-Version: 1.0 X-Received: by 10.112.188.165 with SMTP id gb5mr6213066lbc.35.1424934943655; Wed, 25 Feb 2015 23:15:43 -0800 (PST) Received: by 10.25.34.68 with HTTP; Wed, 25 Feb 2015 23:15:43 -0800 (PST) In-Reply-To: References: Date: Thu, 26 Feb 2015 01:15:43 -0600 Message-ID: Subject: Re: Install python 2.4.6 for an old apllication in a freebsd 10 system From: Andrew Gould To: eras mus Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-questions@freebsd.org" 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: Thu, 26 Feb 2015 07:15:46 -0000 On Wed, Feb 25, 2015 at 10:16 PM, eras mus wrote: > 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. > > Please give the commands using which i can install Python 2.4.6 in FreeBSD > 10. > > Thanks in Advance. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > I thought Python 2.7 was backwards compatible with 2.4. Are you sure you can't use 2.7? Andrew