We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PYTHONHOME environment cause segfault in python3 binary.
/data/data/com.googlecode.python3forandroid # export PYTHONHOME=`pwd`/files/python3 /data/data/com.googlecode.python3forandroid # sh /sdcard/download/standalone_python.sh Fatal Python error: Py_Initialize: can't initialize sys sys.excepthook is missing object : ValueError('character U+7461642f is not in range [U+0000; U+10ffff]',) type : ValueError refcount: 1 address : 0x4003c630 lost sys.stderr
The text was updated successfully, but these errors were encountered:
d6766ef
change py34a app to add PYTHONUSERBASE #135 and PYTHONHOME #88
1cf8f4a
This error still remains in Python 3.6.2. Root cause is same as rave-engine/python3-android#7
Sorry, something went wrong.
Current status,
It seems that some API of bionic did not work with PySys_Init. Python3 need a patch to use with PYTHONHOME.
No branches or pull requests
PYTHONHOME environment cause segfault in python3 binary.
The text was updated successfully, but these errors were encountered: