Brian Spratke
Brian Spratke
Was there ever any resolution to this? In looking at using this module I'd be fearful of a known memory leak
I haven't spent a lot of time working on this. I know the most recent version of Python broke the build. If you look at the API26 branch, I feel...
did you try running a clean.sh before this run? It would be nice to fix, but currently the script isn't happy if it's already been run.
Python 3.12 is scheduled to release in a couple of days. Most likely this will be merged then.
I played around and added the following patch to configure.ac. I realize this is hard coded, but this added the SONAME to my dynamic library, and fixed some of my...
I have tried to get the static library to work, but I have not had much luck. Any chance you can point me in the right direction if you recommend...
I feel I'm doing something wrong. I've tried adding these lines to CMakeLists ``` find_library(LIB_TO_INCLUDE ClassLibrary ${distribution_dir}/jnilibs/${ANDROID_ABI}) target_link_libraries(python39 ${LIB_TO_INCLUDE}) ``` but get this error ``` CMake Error at CMakeLists.txt:21 (target_link_libraries):...
As an added note. I'm pretty much giving up on the 1 device that doesn't run this. I tracked it down to the requests library (https://requests.readthedocs.io/en/master/) It appears to fail...