Changeset 1397 for trunk/GSASII.py
- Timestamp:
- Jun 26, 2014 1:23:03 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/GSASII.py ΒΆ
r1391 r1397 3389 3389 print "Image (PIL):",Image.VERSION 3390 3390 except ImportError: 3391 print "Image module not present; Note that PIL (Python Imaging Library) is needed for some image formats." 3391 try: 3392 from PIL import Image 3393 print "pillow: ",Image.VERSION 3394 except ImportError: 3395 print "Image module not present; Note that PIL (Python Imaging Library) or pillow is needed for some image operations" 3392 3396 try: 3393 3397 import mkl
Note: See TracChangeset
for help on using the changeset viewer.