Re: Patch to remove Python 2.7 support in the macOS Appbundle - Mailing list pgadmin-hackers

From Khushboo Vashi
Subject Re: Patch to remove Python 2.7 support in the macOS Appbundle
Date
Msg-id CAFOhELcg2mvFVs_tfv_xtiLmceR41EUjFZmNzWj37CFNCgsCNw@mail.gmail.com
Whole thread Raw
In response to Patch to remove Python 2.7 support in the macOS Appbundle  (Dave Page <dpage@pgadmin.org>)
Responses Re: Patch to remove Python 2.7 support in the macOS Appbundle  (Dave Page <dpage@pgadmin.org>)
List pgadmin-hackers
Hi,

The code looks good to me. The package building was tested by Neel and we found that the venv was built with Python 3+ but the runtime was built against Python 2.7.
As per Dave, Neel may have not used a venv of the correct version as it is working fine on Dav'e system. So, we can commit the patch.

Thanks,
Khushboo


On Mon, Apr 27, 2020 at 3:16 PM Dave Page <dpage@pgadmin.org> wrote:
The attached patch removes support for Python 2.7 in general from the macOS appbundle build, thus also removing special handling for use of the system Python installation.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: [pgAdmin][RM5441] Not able to find path toast tables under pg_toast schema
Next
From: Dave Page
Date:
Subject: Re: Patch to remove Python 2.7 support in the macOS Appbundle