add import for pyinstaller
This commit is contained in:
1
electrum
1
electrum
@@ -50,6 +50,7 @@ def check_imports():
|
|||||||
import qrcode
|
import qrcode
|
||||||
import pbkdf2
|
import pbkdf2
|
||||||
import google.protobuf
|
import google.protobuf
|
||||||
|
import jsonrpclib
|
||||||
except ImportError as e:
|
except ImportError as e:
|
||||||
sys.exit("Error: %s. Try 'sudo pip install <module-name>'"%e.message)
|
sys.exit("Error: %s. Try 'sudo pip install <module-name>'"%e.message)
|
||||||
# the following imports are for pyinstaller
|
# the following imports are for pyinstaller
|
||||||
|
|||||||
Reference in New Issue
Block a user