tadd import for pyinstaller - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit c26f898a4fb00abb3f32317353b9d1688df89e6b DIR parent 62f2095faa0c285118ce7d3fad22b675d4b2af5c HTML Author: ThomasV <thomasv@electrum.org> Date: Wed, 24 Feb 2016 19:12:38 +0100 add import for pyinstaller Diffstat: M electrum | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) --- DIR diff --git a/electrum b/electrum t@@ -50,6 +50,7 @@ def check_imports(): import qrcode import pbkdf2 import google.protobuf + import jsonrpclib except ImportError as e: sys.exit("Error: %s. Try 'sudo pip install <module-name>'"%e.message) # the following imports are for pyinstaller