electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 3e89b650258a45afac878d9ee7cb8ba54d50e714
parent 434ef95d65c364722238ebabca6fd4c478a06d92
Author: Jimbo77 <onlineregular@gmail.com>
Date:   Wed, 22 Aug 2012 11:53:31 -0700

another small toolkit comment

Diffstat:
Melectrum | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/electrum b/electrum @@ -160,7 +160,8 @@ if __name__ == '__main__': error_message.showMessage("<p>Sorry, Electrum requires Qt >= 4.7 to run.</p><p>Check your distributions packages or download it at http://qt.nokia.com/downloads</p>") app.exec_() sys.exit(0) - + + #use the lite version if no toolkit specified try: import lib.gui_lite as gui except ImportError: