summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/gui.py b/gui.py
index eec4220c7..a7e50d41e 100755
--- a/gui.py
+++ b/gui.py
@@ -935,7 +935,8 @@ class InstallControlWindow:
try:
exec s
break
- except ImportError:
+ except ImportError, e:
+ print e
win = MessageWindow(_("Error!"),
_("An error occurred when attempting "
"to load an installer interface "