1
0

add import for pyinstaller

This commit is contained in:
ThomasV
2016-02-24 19:12:38 +01:00
parent 62f2095faa
commit c26f898a4f

View File

@@ -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