--- install.py.old 2014-07-10 20:19:31.000000000 +0200
+++ install.py 2014-07-10 20:20:08.000000000 +0200
print ' !!! PyGTK .................... Not found'
assert Image.VERSION >= '1.1.5'
print ' Python Imaging Library ....... OK'
--- mime/comicthumb.old 2014-07-10 20:19:32.000000000 +0200
+++ mime/comicthumb 2014-07-10 20:20:08.000000000 +0200
print '! Could not import the Image module (PIL).'
--- src/comix.py.old 2014-07-10 20:19:32.000000000 +0200
+++ src/comix.py 2014-07-10 20:20:08.000000000 +0200
assert Image.VERSION >= '1.1.5'
print "You don't have the required version of the Python Imaging",
--- src/histogram.py.old 2014-07-10 20:19:32.000000000 +0200
+++ src/histogram.py 2014-07-10 20:20:08.000000000 +0200
"""histogram.py - Draw histograms (RGB) from pixbufs."""
+from PIL import ImageDraw
+from PIL import ImageOps
--- src/image.py.old 2014-07-10 20:19:32.000000000 +0200
+++ src/image.py 2014-07-10 20:20:08.000000000 +0200
"""image.py - Various image manipulations."""
+from PIL import ImageEnhance
+from PIL import ImageOps
+from PIL import ImageStat