This commit is contained in:
parent
d0f36e91bb
commit
d7d7b6addd
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ try:
|
||||||
from PIL import Image
|
from PIL import Image
|
||||||
except ImportError:
|
except ImportError:
|
||||||
print >>sys.stderr, ("Unable to import PIL.Image; "
|
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)
|
sys.exit(0)
|
||||||
|
|
||||||
__version__ = '1.01'
|
__version__ = '1.01'
|
||||||
|
|
Loading…
Reference in a new issue