print'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).'
print'Error message:',err
sys.exit()
try:
_encoding=QtGui.QApplication.UnicodeUTF8
exceptAttributeError:
print'QtGui.QApplication.UnicodeUTF8 error:',err
def_translate(context,text):
returnQtGui.QApplication.translate(context,text)
withMessagingMenu=False
try:
fromgi.repositoryimportMessagingMenu
@ -47,6 +30,23 @@ from pyelliptic.openssl import OpenSSL
importpickle
importplatform
try:
fromPyQt4importQtCore,QtGui
fromPyQt4.QtCoreimport*
fromPyQt4.QtGuiimport*
exceptExceptionaserr:
print'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).'