qT87DSMX9oW3Nuibod23

Results 47 comments of qT87DSMX9oW3Nuibod23

Problem still exist on Linux. It's solved by editing the path, just like that its writable again. Must be first initial check for path which is failing but then working...

First of all, in readme you have: ./configure CFLAGS="-march=native" and then make. When you've done that, come back and show us results.

Just confirmed: wallet-tool.py and yg-privacyenhanced.py works ok in this installation, but joinmarket-qt.py doesn't.

> Is this a delta from 0.9.1, or some earlier version? Previously I've been using 0.8.3. So it's a jump 0.8.3 -> 0.9.2.

Just tried 0.9.0, downloaded it, installed and run exactly same steps as in the first post, but in 0.9.0 folder. Problem can be reproduced. So maybe it's a bug in...

@PulpCattel Thanks for your reply. Downgrading Debian Bullseye to Python 3.7 is not possible, that would destroy the system. I already have PySide >5.14 in Debian Bullseye. $ dpkg -l...

``` (jmvenv) x@x:~/joinmarket-clientserver-0.9.2$ pip list | grep PySide2 PySide2 5.13.2 ``` Why fail then? What should I do to not fail Qt building?

Thanks, that worked! `Successfully installed PySide2-5.13.2 joinmarketbase-0.9.2 joinmarketbitcoin-0.9.2 joinmarketclient-0.9.2 joinmarketdaemon-0.9.2 joinmarketui-0.9.2 shiboken2-5.13.2` I selected "Directory jmvenv exists. Remove and recreate? (y/n) n" in the beginning just to be sure. Any...

New update, new problem. Downloaded 0.9.4 to separate folder unpacked ./install.sh run (jmvenv) (...):~/joinmarket-clientserver-0.9.4$ python scripts/joinmarket-qt.py wallet.jmdat `TypeError: 'Shiboken.ObjectType' object is not iterable` Fixed that by pip install "PySide2>=5.14" as...

Thanks Adam. One day maybe someone will pick it up :) I am not a developer, unfortunately.