possibly fixed the PyPy testing problem

This commit is contained in:
mdipierro
2013-11-23 21:42:09 -06:00
parent 77f32a8f4b
commit c310627d1b
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
Version 2.7.4-stable+timestamp.2013.11.22.21.19.43
Version 2.7.4-stable+timestamp.2013.11.23.21.41.12

View File

@@ -1157,7 +1157,7 @@ def start(cron=True):
try:
import Tkinter
havetk = True
except ImportError:
except (ImportError, OSError):
logger.warn(
'GUI not available because Tk library is not installed')
havetk = False