Hi, I haven't tried Python 2.7 but it may work. I followed the instructions in https://docs.python.org/3.3/c-api I personally find Python 2.7 somewhat odd, so I never considered it. According to ./configure --help: ... --with-python enable to build python extension lib_gnu_apl.so ... so --with-python is the correct approach. Regarding the python version, you can either: change line 184 in src/Makefile.am: lib_gnu_apl_la_CXXFLAGS += -I/usr/include/python3.4m to reflect your Python version and then autoreconf and ./configure --with-python again, or something like: CXX_FLAGS="-I/usr/include/python3.4m" ./configure --with-python Best Regards, Jürgen On 6/17/19 6:22 AM, Christian Robert
wrote:
If I configure with: --with-libpython_apl |
- [Bug-apl] Python Interface Dr . Jürgen Sauermann
- Re: [Bug-apl] Python Interface enztec
- Re: [Bug-apl] Python Interface Dr . Jürgen Sauermann
- Re: [Bug-apl] Python Interface enztec
- Re: [Bug-apl] Python Interface Dr . Jürgen Sauermann
- Re: [Bug-apl] Python Interface Christian Robert
- Re: [Bug-apl] Python Interface Dr . Jürgen Sauermann
- Re: [Bug-apl] Python Interface Christian Robert
- Re: [Bug-apl] Python Interface Dr . Jürgen Sauermann
- Re: [Bug-apl] Python Interfac... Christian Robert
- Re: [Bug-apl] Python Inte... Dr . Jürgen Sauermann
- Re: [Bug-apl] Python ... enztec
- Re: [Bug-apl] Python ... Dr . Jürgen Sauermann
- Re: [Bug-apl] Python ... enztec
- Re: [Bug-apl] Python ... enztec
- Re: [Bug-apl] Python ... Dr . Jürgen Sauermann