You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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:
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
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.