-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 3.6.3 or 3.6.4 #143
Comments
- current patch not modified and built successfully. - fix check tool.
some works remains before release r33.
|
Python 3.6.4 was released, Release Date: 2017-12-19 |
- fix rejected patch around expat and xxlimit modules. - fix EXT_SUFFIX: https://stackoverflow.com/questions/38523941/change-cythons-naming-rules-for-so-files/40193040#40193040
- append the python root folder to modules build arguments.
C extension update.Python 3.6.4 can't load C extension modules with dlopen error. I tried several methods and not much success.
|
Hello @kuri65536
Contents of python3.sh:
I installed the SL4A and Python for Android apps through the links provided in the README for this repo. Initially I was getting a Segmentation Fault (could not initialize sys) error until I found out in issue #138 that I wasn't supposed to set the PYTHONHOME variable.
I'm using a Samsung Galaxy Note 10.1", running 4.1.2. |
Thank you use python for android! I confirmed your script and several difference from my python3.sh.
for long time, I did not touch the python and I forgot a lot of thing about it. |
Thanks a bunch for responding so quickly!
Could you explain the PYTHONUSERBASE a bit more? I actually just realised that the path it is set to in python3.sh does not exist. Also, dynamic libraries would be the Thanks very much for your help. |
Hmmm, problem is not solved yet... At now, please forget PYTHONUSERBASE, this is not needed now. Sometime, I saw You can get more information from
|
Thanks!
Output of
I'm not sure about logcat; so far python only crashes when I remove |
your .bashrc lack something, |
2017/10/03 https://www.python.org/downloads/release/python-363/
The text was updated successfully, but these errors were encountered: