I'm trying to set up the Python Google API on my system; I have both Python 2.6 and 2.7 installed; 2.7 is the version I use. Howver, the installer installs itself into my old Python (2.6) and I get library not found errors when I try to use it on 2.7.
Has anybody had any success installing the Google API into a specific version of Python?
Thanks!