Comment 2 for bug 1070758

Revision history for this message
Amarnath Chitumalla (amarnath-chitumalla) wrote :

Hi Jiri Popelka,

Thank you for providing the patch.

We modified the patch to as follows:-

@@ -1021,7 +1021,1 @@ class CoreInstall(object):
             import pynotify
- except ImportError:
+ except ImportError, RuntimeError:
             return False
         return True

Thanks & Regards,
Amarnath