problem with gspread on kivy

132 views
Skip to first unread message

Bruno Weiss

unread,
Feb 4, 2016, 1:08:28 AM2/4/16
to Kivy users support
I tried to access to my google drive file's from kivy uses gspread library. It work fine on linux but when i tried to compiled with buildozer, arrised errors.
I adjunt the log file but i resume the errors here:

Compiling /home/user/Descargas/weather/pruebas/.buildozer/android/app/_applibs/httplib2/iri2uri.py ...
SyntaxError: ("(unicode error) \\N escapes not supported (can't load unicodedata module)"

Yet I tried:
-Download the httplib2 direct from hitgub and comment the test_uri() and test_iri() methods.
-Activate INTERNET permission.
-Add httplib2 to buidozer.spec

Nothing worked.

Any Idea?

PD: sorry for my horrible english.


logcat.txt

Bruno Weiss

unread,
Feb 4, 2016, 1:35:39 AM2/4/16
to Kivy users support
Also when modify httplib2, i obtain an exception:
 AttributeError: 'module' object has no attribute 'HTTPSConnection'

Will

unread,
Jul 12, 2016, 7:15:57 PM7/12/16
to Kivy users support
Including a modified version of httplib2 that removes the test case from the bottom of iri2uri.py is sufficient to fix that error; the HTTPSConnection exception is unrelated.  To fix that one, you should make sure that your buildozer.spec includes pyopenssl.
Reply all
Reply to author
Forward
0 new messages