tdisable python bytecode during execution of pyinstaller - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 78400478fa19f1b58aa6e3587c8db7a5a5057c9d DIR parent 1eab1385e99da34d8bbcb563d7f45f68684adfcd HTML Author: ThomasV <thomasv@electrum.org> Date: Mon, 27 Nov 2017 20:53:36 +0100 disable python bytecode during execution of pyinstaller Diffstat: M contrib/build-wine/build-electrum-… | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/contrib/build-wine/build-electrum-git.sh b/contrib/build-wine/build-electrum-git.sh t@@ -10,7 +10,7 @@ fi # These settings probably don't need any change export WINEPREFIX=/opt/wine64 export PYTHONHASHSEED=22 - +export PYTHONDONTWRITEBYTECODE=1 PYHOME=c:/python$PYTHON_VERSION PYTHON="wine $PYHOME/python.exe -OO -B"