Hi giuliomoro , I tried to follow your steps however it gives an error of Python.h file not found on windows because my project requires 3.6 up. So i made the python version in ake parameters box 2.7 => 3.6 but it gave error of Python.h file not found. When I made it 2.7 again it tries to build but this time different error comes up:
/usr/bin/ld: /root/Bela/projects/touchme/build/PyoClass.o: undefined reference to symbol 'dlclose@@GLIBC_2.4'
//lib/arm-linux-gnueabihf/libdl.so.2: error adding symbols: DSO missing from command line
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: [/root/Bela/projects/touchme/touchme] Error 1
make: [/root/Bela/projects/touchme/touchme] Error 2
these are the outputs with python 2.7 as you wrote above. Could you help me please? Thanks in advance.