From d7d7b6addd2722f57e4a4e6b2c568f9c920bd2e0 Mon Sep 17 00:00:00 2001 From: age Date: Mon, 23 Oct 2006 14:12:00 +0000 Subject: [PATCH] --- gallery.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gallery.py b/gallery.py index 351a717..308b841 100755 --- a/gallery.py +++ b/gallery.py @@ -6,7 +6,8 @@ try: from PIL import Image except ImportError: print >>sys.stderr, ("Unable to import PIL.Image; " - "is the Python Imaging Library installed?") + "is the Python Imaging Library installed?" + "\(e.g.: apt-get install python-image\)") sys.exit(0) __version__ = '1.01'