| From: | Dave Page <dpage(at)pgadmin(dot)org> |
|---|---|
| To: | Devrim Gündüz <devrim(at)gunduz(dot)org> |
| Cc: | pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org> |
| Subject: | Re: importlib dependency? |
| Date: | 2016-09-12 14:04:44 |
| Message-ID: | CA+OCxoxaWKFHSJtkPDdj_KTgnA5LK=_KWc=80Gxvc0jh+350CA@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
Hi
On Mon, Sep 12, 2016 at 2:50 PM, Devrim Gündüz <devrim(at)gunduz(dot)org> wrote:
>
> Hi,
>
> python-importlib is mentioned in requirements_py2.txt, but not
> in requirements_py3.txt. Is that expected? Do we need importlib only in PY2?
Yes. The functionality is built into Python 3 (and I think 2.7 as
well, but not earlier).
> (I'm tired of building the dependency hell...)
:-(
--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Page | 2016-09-12 14:21:10 | pgAdmin 4 commit: Fix function signature generation. Fixes #1683 |
| Previous Message | Devrim Gündüz | 2016-09-12 13:50:44 | importlib dependency? |