Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #95581 > unrolled thread
| Started by | Laura Creighton <lac@openend.se> |
|---|---|
| First post | 2015-08-23 09:28 +0200 |
| Last post | 2015-08-23 09:28 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Qestion Laura Creighton <lac@openend.se> - 2015-08-23 09:28 +0200
| From | Laura Creighton <lac@openend.se> |
|---|---|
| Date | 2015-08-23 09:28 +0200 |
| Subject | Re: Qestion |
| Message-ID | <mailman.29.1440314946.17298.python-list@python.org> |
In a message of Sat, 22 Aug 2015 06:53:21 -0000, ali ranjbar writes: >hi dear friend > >I have python version 2.4.3 > >Which version of PIL is appropriate for me and how can I add it to my systems? > >Regards > >-- >https://mail.python.org/mailman/listinfo/python-list If you really have python 2.4.3 then you badly need a newer Python. However Pillow, with a version number <2.0 is promised to work for you. https://pillow.readthedocs.org/installation.html The latest 1.x version of Pillow is https://pypi.python.org/pypi/Pillow/1.7.8 so you can get this. Or did you mean that you have python 3.4.3 ? In which case you still want Pillow but this one. https://pypi.python.org/pypi/Pillow/2.9.0 And this one may already come as a package for your system, if you don't want to use pip. Laura
Back to top | Article view | comp.lang.python
csiph-web