From 390bf1ca4182226b9c7739c72bc4e1a82362c812 Mon Sep 17 00:00:00 2001 From: bug Lady Date: Sun, 10 Nov 2019 08:12:08 +0100 Subject: [PATCH] Updated 7 traps & gotchas (markdown) --- 7-traps-&-gotchas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/7-traps-&-gotchas.md b/7-traps-&-gotchas.md index ce1812e..318d5fe 100644 --- a/7-traps-&-gotchas.md +++ b/7-traps-&-gotchas.md @@ -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)