summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar stickell <l.stickell@yahoo.it> 2014-08-31 17:42:20 +0200
committerGravatar stickell <l.stickell@yahoo.it> 2014-08-31 17:42:20 +0200
commit20754685d1846468ffaad88a7aa28033a0a403bb (patch)
tree09e96bb82dd87ab74f392354884ed81521c368a4
parent[webui] Improve and fix 3 (diff)
downloadpyload-20754685d1846468ffaad88a7aa28033a0a403bb.tar.xz
Setup is now able to detect PIllow as well
-rw-r--r--module/setup.py4
1 files changed, 2 insertions, 2 deletions
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"])