Author Topic: Python help?  (Read 302 times)

I'm trying to make a GTK Google Drive client in Python 3.

Gdata is a client library that allows for use of Google APIs, but it only works with Python 2.

I need to use Python 3 because I am using GTK 3.

Does anyone know of a Python 3 module that allows for Google Drive access?


I'm sure there are plenty of forums dedicated to Python and probably at least sections of some forums dedicated to google APIs, wouldn't it be much more efficient to ask in one of those places?
for that matter, you could also just google "python 3 google drive"

https://pypi.python.org/pypi/PyDrive/1.0.1
Thanks.

I was wondering about something though... If a script requires something like PyDrive, will that make it a pain in the ass to distribute? Because odds are the person using your script(s) doesn't have those modules installed. Is there a way of distributing the module as a second script?

EDIT: I just looked in the .tar.gz package. It seems as if each module is it's own script. I will see what I can do with that... Locking.

I'm sure there are plenty of forums dedicated to Python and probably at least sections of some forums dedicated to google APIs, wouldn't it be much more efficient to ask in one of those places?
for that matter, you could also just google "python 3 google drive"
I did google around. Couldn't find it. I guess I just suck at googling things.