Re: [GNC-dev] Fwd: Testing python

2020-04-27 Thread andygoblins
On April 26, 2020 6:21:52 PM UTC, Geert Janssens wrote: >Did you uninstall the result of "ninja install" before running the >second test ? No, silly me. If I uninstall first, I get the same error. The binaries must be looking in the install directory instead of the build directory. I guess

Re: [GNC-dev] Fwd: Testing python

2020-04-25 Thread andygoblins
its libraries from >within the build directory, >rather than from the installation directory. > >Can you run gnucash itself properly from the build directory ? > >Regards, > >Geert > >Op vrijdag 24 april 2020 00:37:37 CEST schreef andygoblins: >> I'm building from git m

Re: [GNC-dev] Fwd: Testing python

2020-04-23 Thread andygoblins
I'm building from git master. I just run "ninja build" without an install and do my testing straight from the build directory. The last commit in my copy of master was on April 14. Does the master branch include the 3.10 build fix? On April 21, 2020 8:23:40 PM UTC, Mark wrote: >Yea, I ran

[GNC-dev] Testing python

2020-04-18 Thread andygoblins
I'm tinkering with the python bindings, but I'm having trouble testing the results of my changes. Could anyone give me some advice? Currently, I build gnucash with ninja and then run 'python -m venv ' to set up a virtual python environment right next to the fresh build. But when I