View Single Post
cddiede's Avatar
Posts: 1,034 | Thanked: 784 times | Joined on Dec 2007 @ Annapolis, MD
#176
Originally Posted by jpala16 View Post
I have a problem. I don't understand the 1.3 step. I guess it's a noob thing. What is that setup.py? Aren't we talking about the zaps-latitude-updater.zip link? Because it only has one file of the same name but with .py extension. So if I run that I get that setup.py doesn't exist.

Anyway, i tried running th script and I get this:
Code:
Traceback (most recent call last):
  File "zaps-latitude-updater.py", line 36, in <module>
    from apiclient.discovery import build
ImportError: No module named apiclient.discovery
Any hint? Thanks in advance.

MasterZap:

The EXACT same thing that jpala describes above is happening with me. There is no setup.py file to run as described in your step 1.3 and even with the location package installed, it complains that there is no module named apiclient.discovery.

This apiclient.discovery module is probably installed by running the setup.py you speak of, but since all we downloaded in your .zip file is your zaps python scripts, we' re stuck.