Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bk5Wj-0004Xt-D3 for pgadmin-hackers@arkaria.postgresql.org; Wed, 14 Sep 2016 08:26:41 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bk5Wi-0006Mh-Vp for pgadmin-hackers@arkaria.postgresql.org; Wed, 14 Sep 2016 08:26:41 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bk5WV-00068Y-Vl for pgadmin-hackers@postgresql.org; Wed, 14 Sep 2016 08:26:28 +0000 Received: from mail-it0-x22d.google.com ([2607:f8b0:4001:c0b::22d]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bk5WT-0001cT-3N for pgadmin-hackers@postgresql.org; Wed, 14 Sep 2016 08:26:26 +0000 Received: by mail-it0-x22d.google.com with SMTP id 186so13135207itf.0 for ; Wed, 14 Sep 2016 01:26:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=5asnUAcHvzVTwkznjtAnKYWt8UhVJ89EITbsOlXuZZE=; b=WxXn3fnaYwYI/LsO+fE9MMo8B+zZUerwAALvxrrTNYi/4UuAp0OgBcIF6bf50WGUop XIJllSikz6Bh/VoyvIs81bgKaPcuqrAnA/8vnOEUtXVq0sooKaawnFihGxZk2OlAEpqH K1T0x1TkrkuUea654vuYdRdoUt7NUKzhbWftMitc4iBYe79ONtCko7LNPn+JXXPd4q00 pVDlQ0UB0kNy6KwwS4v1zmCR9nAssve2vOf4jPk5tIj1pYZu0FY+NepXsxkPki8URatP SCtcjnrQPTpZJp98o7XXLe+RFaQcDUqXAnzIFvSeHAm1S36S8FPCCisl45pJhgXcPInN l5zw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=5asnUAcHvzVTwkznjtAnKYWt8UhVJ89EITbsOlXuZZE=; b=Nr70bEcbAfyJi1R7N6Q28uw5rUtQqOl9GrQyGpaeButACWOy7Cu8jUhijiTKvsQpMD xgyO6bmOVqodTB03G9VQidD6VrwAjsTkP/SGhrpjk6MC/CcxkX2q5D0kW91g5VTChgzP y8y8v0UzYmEF0YmpqIikEu1zokDSuPTa3UTHn2f2hkMfSP1SMLEGCnsvOS+UX76m9Pya jvqRZ74sGXNjn+UK52KlUQ0oS5pD9B3OLKdCpnMHZg5bCwnEdxH6+iKlDxXTTwI2sq2q o1QFfA7iiNYFKmKrgB6JzExjJvvziBPcejr6g1R0MEi/6oibunaUQC9vZHYhmHlKKgmV hD2Q== X-Gm-Message-State: AE9vXwPcqv2frbCx4pMDCkv4iqCrvG+TLzuqazz9NeLg9CSqZdc4E0ei6eJtILyFFFBVI0mI/frF72Hjwt/n8A== X-Received: by 10.107.147.214 with SMTP id v205mr3737593iod.63.1473841583915; Wed, 14 Sep 2016 01:26:23 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.1.203 with HTTP; Wed, 14 Sep 2016 01:26:23 -0700 (PDT) In-Reply-To: <1473800847.19561.4.camel@gunduz.org> References: <1473800847.19561.4.camel@gunduz.org> From: Dave Page Date: Wed, 14 Sep 2016 09:26:23 +0100 Message-ID: Subject: Re: beautifulsoup4, and Python 2.6 To: =?UTF-8?B?RGV2cmltIEfDvG5kw7x6?= Cc: pgadmin-hackers Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org On Tue, Sep 13, 2016 at 10:07 PM, Devrim G=C3=BCnd=C3=BCz wrote: > > Hi, > > Per https://www.crummy.com/software/BeautifulSoup/ , beautifulsoup4 requ= ires > Python 2.7+, which is not available on RHEL 6, which includes PY 2.6. > > I don't intend to build PY 2.7 into RHEL 6 (*swh*) , so any recommendatio= ns > here? If we cannot satisfy this requirement, should we keep supporting PY= 2.6? I think it's actually a dependency of something else, not a direct dependency of pgAdmin. pgAdmin does work with Python 2.6 though, so I don't think it's an issue for us - try just installing BeautifulSoup 3? --=20 Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company --=20 Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers