-
Notifications
You must be signed in to change notification settings - Fork 523
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
TypeError: write() argument 1 must be unicode, not str #452
Comments
Run 'buildozer android debug' second time, the error doesn't seem to affect the creation of the .apk when run a second time. At least this is how it's working on the vm buildozer. |
I had the same issue, but on Ubuntu 16.10. As @ohlogic suggested I just ran it again and it built. |
I fixed this by changing the code block at around line 820 in
|
pull request done |
I use codecs solve this problem: import codecs |
Hi All,
I am currently trying to create a package for my kivy project and I tried to build it for android on a Ubunut 16.04 machine. I get the error written in the title. The complete Traceback is added below.
anyone got an idea of how to fix this? Thanks :)
My System is:
Ubuntu 16.04 (64bit)
To run buildozer, I installed the following things in the following way via CLI:
Then to build I followed the guides
Traceback at the end (Apologies for the 'uber'-long traceback not sure what is important)
The text was updated successfully, but these errors were encountered: