mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
fix #3071: import error message
This commit is contained in:
parent
76da6916f3
commit
5a45f257ca
1 changed files with 1 additions and 1 deletions
2
electrum
2
electrum
|
@ -69,7 +69,7 @@ def check_imports():
|
|||
import google.protobuf
|
||||
import jsonrpclib
|
||||
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>'"%str(e))
|
||||
# the following imports are for pyinstaller
|
||||
from google.protobuf import descriptor
|
||||
from google.protobuf import message
|
||||
|
|
Loading…
Add table
Reference in a new issue