From: "Mike Schwartz (Google Storage Team)" <gs-t...@google.com>
Date: Fri, 28 Sep 2012 15:56:03 -0700
Local: Fri, Sep 28 2012 6:56 pm
Subject: Re: [gs-discussion] boto.exception.NoAuthHandlerFound: No handler was ready to authenticate
Are you running this program from a shell that has your HOME environment
import os; print os.environ['HOME']
The HOME environment is probably not your home directory if you're running
os.environ['BOTO_CONFIG'] = '/path_to_your_dot_boto_file'
Mike
On Fri, Sep 28, 2012 at 3:36 PM, Warren R. <warren.r...@gmail.com> wrote:
> Hi I am using macosx, and gsutil is working just fine (i did "gsutil > config" etc). I definitely have a ~/.boto file, but I am having trouble > getting python to work with gcs. I am getting: > boto.exception.NoAuthHandlerFound: No handler was ready to authenticate. 1
> As a test, I am trying to (derived from the "Python Library" example):
> import boto
> if __name__ == "__main__":
> uri = boto.storage_uri('', GOOGLE_STORAGE)
> Any thoughts are much appreciated. Thanks
> --
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||