diff --git a/gui/Gui/Preference.py b/gui/Gui/Preference.py index 6a80881..da0f909 100644 --- a/gui/Gui/Preference.py +++ b/gui/Gui/Preference.py @@ -55,6 +55,7 @@ from time import localtime,strftime """ Globals """ # Do we have the Python Imaging library? havePIL = True +havePIL = False # For now, override (bounding box bug on Feisty?) try: import Image except ImportError: