From 20754685d1846468ffaad88a7aa28033a0a403bb Mon Sep 17 00:00:00 2001 From: stickell Date: Sun, 31 Aug 2014 17:42:20 +0200 Subject: Setup is now able to detect PIllow as well --- module/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module') diff --git a/module/setup.py b/module/setup.py index 719f66f03..d0aee4b28 100644 --- a/module/setup.py +++ b/module/setup.py @@ -229,8 +229,8 @@ class Setup: print - pil = self.check_module("Image") - self.print_dep("py-imaging", pil) + pil = self.check_module("PIL.Image") + self.print_dep("PIL/Pillow", pil) if os.name == "nt": tesser = self.check_prog([join(pypath, "tesseract", "tesseract.exe"), "-v"]) -- cgit v1.2.3