This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Yury.Selivanov, alecsandru.patrascu, catalin.manciu, jtaylor, pitrou, rhettinger, serhiy.storchaka, vstinner, yselivanov
Date 2016-03-09.17:13:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457543587.72.0.0443885980601.issue26249@psf.upfronthosting.co.za>
In-reply-to
Content
Pillow: good

Note: I had to install JPEG headers (sudo dnf install -y libjpeg-turbo-devel).

Tested version: git commit 555544c5cfc3874deaac9cfa87780822ee714c0d (Mar 8 2016).

---
Pillow$ python setup.py install
Pillow$ python selftest.py
Pillow$ python  test-installed.py
(...)
Ran 671 tests in 8.458s

FAILED (SKIP=124, errors=2)
---

The two errors are "OSError: decoder libtiff not available".
History
Date User Action Args
2016-03-09 17:13:07vstinnersetrecipients: + vstinner, rhettinger, pitrou, Yury.Selivanov, jtaylor, serhiy.storchaka, yselivanov, alecsandru.patrascu, catalin.manciu
2016-03-09 17:13:07vstinnersetmessageid: <1457543587.72.0.0443885980601.issue26249@psf.upfronthosting.co.za>
2016-03-09 17:13:07vstinnerlinkissue26249 messages
2016-03-09 17:13:06vstinnercreate