Browse Source

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'
283
Helmut K. C. Tessarek 11 years ago
parent
commit
554eb51f91
  1. 2
      README

2
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:

Loading…
Cancel
Save