logmsg='PyBitmessage requires PyQt unless you want to run it as a daemon and interact with it using the API. You can download it from http://www.riverbankcomputing.com/software/pyqt/download or by searching Google for \'PyQt Download\' (without quotes).'
logger.critical(logmsg,exc_info=True)
importsys
sys.exit()
try:
@ -1214,8 +1215,6 @@ class MyForm(settingsmixin.SMainWindow):
# When an unread inbox row is selected on then clear the messaging menu
defubuntuMessagingMenuClear(self,inventoryHash):
globalwithMessagingMenu
# if this isn't ubuntu then don't do anything
ifnotself.isUbuntu():
return
@ -1315,8 +1314,6 @@ class MyForm(settingsmixin.SMainWindow):