-
Notifications
You must be signed in to change notification settings - Fork 504
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
Python3 error with pexpect #221
Comments
In |
@he2lo |
Wrong, except doesn't take a string, but a pattern, and pattern can be multiple component as the doc explained: This has already been reported as an issue with Python 3.4 + pexpect in pexpect/pexpect#159 Try using pexpect 4.0 ? |
I have same issue. Using pexpect 4.0 is not solve the problem. |
Now , pexpect support Python 3 ? |
This cause, that stdout is text file, but codecs.StreamWriter encodes string to bytes.
add python3 compatibility to verbose output for android build (#221)
I'm also faced with this exact issue. I've seen people complaining of this issue since 2014...any solution yet? |
Updating to buildozer-0.32 pexpect-4.2.1 and ptyprocess-0.5.1 solved the issue for me. |
I think this was solved a long time ago. Feel free to open a fresh new bug report if not |
On Ubuntu 14.04, after running:
I got:
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: