diff -r 6cf16e5bfbf9 -r c52d1460cea8 docutil/docsvg.py --- a/docutil/docsvg.py Sat Aug 19 17:17:54 2017 +0300 +++ b/docutil/docsvg.py Sat Aug 19 18:12:20 2017 +0300 @@ -55,7 +55,7 @@ if wx.Platform == '__WXMSW__': try: open_win_svg(get_inkscape_path(), svgfile) - except: + except Exception: wx.MessageBox("Inkscape is not found or installed !") return None else: