Re: Patch to remove Python 2.7 support in the macOS Appbundle

Поиск
Список
Период
Сортировка
От Khushboo Vashi
Тема Re: Patch to remove Python 2.7 support in the macOS Appbundle
Дата
Msg-id CAFOhELcg2mvFVs_tfv_xtiLmceR41EUjFZmNzWj37CFNCgsCNw@mail.gmail.com
обсуждение исходный текст
Ответ на Patch to remove Python 2.7 support in the macOS Appbundle  (Dave Page <dpage@pgadmin.org>)
Ответы Re: Patch to remove Python 2.7 support in the macOS Appbundle
Список 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 по дате отправления:

Предыдущее
От: Aditya Toshniwal
Дата:
Сообщение: [pgAdmin][RM5441] Not able to find path toast tables under pg_toast schema
Следующее
От: Dave Page
Дата:
Сообщение: Re: Patch to remove Python 2.7 support in the macOS Appbundle