Any timeline for PIL for Python 3.4

Chris Angelico rosuav at gmail.com
Tue Aug 11 02:37:12 EDT 2020


On Tue, Aug 11, 2020 at 2:41 PM Martin
<please at see.web.for.e-mail.invalid> wrote:
>
> Hi,
>
> I am running Python 3.4.4, and would like to
> use the Python Imaging Library (PIL).  This
> is currently not available for Python
> Version 3.  Does anybody know when it will
> become available?
>
> Plan B is to install Python 2.7.18.  I just
> need an idea of how long I would need to
> wait for Plan A.
>

As others have said, Pillow is the way to go (it's API-compatible with
original PIL). But you may want to consider a newer Python - 3.4 is
now quite old.

ChrisA


More information about the Python-list mailing list