From 554eb51f916e857d0e258b29261dc7924c45cde5 Mon Sep 17 00:00:00 2001 From: Helmut K. C. Tessarek Date: Fri, 20 Dec 2013 19:52:01 -0500 Subject: [PATCH] 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' --- README | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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: -- 1.7.1