Maiko Langelaar VE4KLM

Results 9 comments of Maiko Langelaar VE4KLM

Good morning, I am having what might be a related issue ??? If you would like me to post as a new issue instead (the term hijack a thread seems...

I tried that already, but I was using -DPYTHON=OFF, so I did it again just now, without that define. This time the Python-written script is saying exactly what the import...

No, searching for PyInit_GDL surprisingly (?) comes up with nothing online. I've spent hours on this, various combos with cmake, starting to wonder if this is devtool related, so I...

I can do that, will try it when I'm back at work, thank you. On 2023-02-19 2:58 p.m., Sylwester Arabas wrote: > Would it be possible for you to try...

None of my cmake options are working, the GDL.so is where it should be, same thing. Gilles, do you mind giving me the cmake syntax you used for your tests...

Quoting Gilles : > But for the rest, I just followed @slayoo 's commands: > cmake -DPYTHON_MODULE=ON .. > make -j > PYTHONPATH=$PYTHONPATH:`find . -name GDL.so | xargs dirname` python...

This is VERY helpful information, thanks Sylwester, will work with this. On 2023-02-25 03:36, Sylwester Arabas wrote: > Googling the "dynamic module does not define module export function" > message,...

Adding the PYTHONVERSION actually messes up the compile believe it or not, so here's an idea now, is it possible the PyInit_GDL is a false positive ? Where does it...

Server freshly rebooted, yum updated, latest Centos 7.9, Python 3.8.13, gcc version 9.3.1 20200408 : mkdir build ; cd build cmake3 -DHDF5DIR=/usr/local/hdf5 -DQHULL=OFF -DPYTHON=YES -DPYTHON_MODULE=ON .. make -j make install...