Updated 7 traps & gotchas (markdown)

bug Lady 2019-11-10 08:12:43 +01:00
parent 390bf1ca41
commit 5f77e8756b

@ -10,7 +10,7 @@ Though it has translation problems. using
` pyuic4 /src/bitmessageqt/bitmessageui.ui -o src/bitmessageqt/bitmessageui.py ` after editing with Qt4-Designer will break the whole app now.
* even though running ` ./bitmessagemain.py ` straight away used to work, it is better to run ` python2 setup.py build ` before to avoid crashed (e.g. Fedora)
* even though running ` ./bitmessagemain.py ` straight away used to work, it is better to run ` python2 setup.py build ` beforehand to avoid crashes e.g. on Fedora.