mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 07:23:25 +00:00
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'
This commit is contained in:
parent
0063edb61b
commit
554eb51f91
1 changed files with 1 additions and 1 deletions
2
README
2
README
|
@ -26,7 +26,7 @@ https://en.bitcoin.it/wiki/Electrum
|
||||||
== HOW OFFICIAL PACKAGES ARE CREATED ==
|
== HOW OFFICIAL PACKAGES ARE CREATED ==
|
||||||
|
|
||||||
python mki18n.py
|
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
|
python setup.py sdist --format=zip,gztar
|
||||||
|
|
||||||
On Mac OS X:
|
On Mac OS X:
|
||||||
|
|
Loading…
Add table
Reference in a new issue