Closed GoogleCodeExporter closed 9 years ago
You also need the gdata Python libraries.
I prefer to use pip (or easy_install) to install Python packages from PyPI:
$ pip install pythoncl gdata
It would probably be useful for pythoncl's setup.py to have a line like
install_requires = ['gdata']
Original comment by F...@gmx.net
on 20 Jun 2010 at 8:35
Yes, the install_requires line went missing, but has been patched. Sorry for
the confusion.
I'll mark this Fixed, since the install_requires line for setup.py is now in
the repository.
Original comment by tom.h.mi...@gmail.com
on 22 Jun 2010 at 4:56
I'm getting the same error and I don't see an install_required line in my
setup.py
googlecl-0.9.7$ sudo grep install_required *
googlecl-0.9.7$
Doing the homedir install works.
Original comment by l...@google.com
on 22 Jun 2010 at 9:49
Original issue reported on code.google.com by
dennisgd...@gmail.com
on 20 Jun 2010 at 8:04