From 1f6cf89d3b01b4f0562d132ccf8cd9b719c8c91b Mon Sep 17 00:00:00 2001 From: wdblck <41472927+dimyme@users.noreply.github.com> Date: Fri, 8 Nov 2019 15:58:04 +0100 Subject: [PATCH] 1 --- 7-traps-&-gotchas.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 7-traps-&-gotchas.md diff --git a/7-traps-&-gotchas.md b/7-traps-&-gotchas.md new file mode 100644 index 0000000..75979ef --- /dev/null +++ b/7-traps-&-gotchas.md @@ -0,0 +1,17 @@ +this is a woefully incomplete attempt to list a few "rough edges" of pyBM, which may cause confusion to newbies: + +*** + + +* https://github.com/Bitmessage/PyBitmessage/blob/v0.6/src/bitmessagecli.py is a CLI app to run BM which works only in /src/ move it away into some "attic" dir to avoid confusion + +* bitmessageui.ui in v0.6 is outdated and not used long ago. If you want to edit xml, use https://github.com/g1itch/PyBitmessage/tree/ui-refactoring +Though it has translation problems. using + + ` pyuic4 /src/bitmessageqt/bitmessageui.ui -o src/bitmessageqt/bitmessageui.py ` will break the whole app now. + + + + + +