-
Notifications
You must be signed in to change notification settings - Fork 68
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
Fatal Python error: Py_Initialize: can't initialize sys #7
Comments
Hi! It seems like it’s encountering some invalid bytestream very early on in the Could I possibly get the output of running Thanks! |
Hi, |
Glad it worked out, don't be afraid to re-open if the issue pops up again. :) |
It crashed at 1705. My error message is same as @ljgabc 's. It will happen once you set the PYTHONHOME environment variable. |
Hi, I build Python-3.4.2 follow the build.sh, but run failed.
python python3.4.2
android 4.4.3
export PYTHONHOME=/data/Python-3.4.2
/data/Python-3.4.2/bin/python3
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 : 0x76cf7660
lost sys.stderr
[1] + Stopped (signal) python
The text was updated successfully, but these errors were encountered: