possibly fixed the PyPy testing problem
This commit is contained in:
2
VERSION
2
VERSION
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user