Re: compiling libapl for python3

2023-02-28 Thread enztec
Hi Jürgen I'm using Python 3.10.7 for both and the svn it works with is 1533 and with svn 1650 'import gnu_apl' gives the 'main' error both of the compiled /usr/local/lib/apl/lib_gnu_apl.so are copied to /usr/local/lib/python3.10/lib-dynload/gnu_apl.cpython-310-x86_64-linux-gnu.so i didn't ch

Re: compiling libapl for python3

2023-02-28 Thread Dr . Jürgen Sauermann
Hi again, just tried python 3.8 and everything works just fine. The README-10-python is slightlly out of date since it says to copy the GNU APL .so file into /usr/lib/python3.4/lib-dynload/. This was apparently correct at the time of writ

Re: compiling libapl for python3

2023-02-28 Thread Dr . Jürgen Sauermann
Hi enztec, which SVN version worked on your side? And does it still work? I suppose that the python callling conventions for modules have changed in the meantime, since there never was a main() function in python_apl.cc. Best Regar