From: Helmut K. C. Tessarek Date: Sat, 21 Dec 2013 00:52:01 +0000 (-0500) Subject: if you just run "pyrcc4 icons.qrc -o gui/icons_rc.py" as stated in the README, you... X-Git-Url: https://git.novaco.in/?p=electrum-nvc.git;a=commitdiff_plain;h=554eb51f916e857d0e258b29261dc7924c45cde5 if you just run "pyrcc4 icons.qrc -o gui/icons_rc.py" as stated in the README, you get the following error when starting Electrum Error: Could not import icons_rc.py, please generate it with: 'pyrcc4 icons.qrc -o gui/qt/icons_rc.py' --- diff --git a/README b/README index 10bd9c5..4b25f5c 100644 --- a/README +++ b/README @@ -26,7 +26,7 @@ https://en.bitcoin.it/wiki/Electrum == HOW OFFICIAL PACKAGES ARE CREATED == python mki18n.py -pyrcc4 icons.qrc -o gui/icons_rc.py +pyrcc4 icons.qrc -o gui/qt/icons_rc.py python setup.py sdist --format=zip,gztar On Mac OS X: