[Bug 1011048] Re: python-boto sqs commands error with access denied

2012-08-10 Thread Launchpad Bug Tracker
[Expired for python-boto (Ubuntu) because there has been no activity for
60 days.]

** Changed in: python-boto (Ubuntu)
   Status: Incomplete = Expired

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-boto in Ubuntu.
https://bugs.launchpad.net/bugs/1011048

Title:
  python-boto sqs commands error with access denied

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-boto/+bug/1011048/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1011048] Re: python-boto sqs commands error with access denied

2012-06-11 Thread Robie Basak
Debian wheezy (and sid) is currently at 2.3.0-1, which quantal has
synced.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-boto in Ubuntu.
https://bugs.launchpad.net/bugs/1011048

Title:
  python-boto sqs commands error with access denied

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-boto/+bug/1011048/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1011048] Re: python-boto sqs commands error with access denied

2012-06-11 Thread Robie Basak
pypi is on 2.4.1.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-boto in Ubuntu.
https://bugs.launchpad.net/bugs/1011048

Title:
  python-boto sqs commands error with access denied

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-boto/+bug/1011048/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1011048] Re: python-boto sqs commands error with access denied

2012-06-11 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Please could you test this on the current development release to see if
this has already been fixed there, since it is on a newer version? You
can find out more about the development release at
http://www.ubuntu.com/testing/ . If the problem is still present, please
report and set the status back to New.

Thanks!

** Changed in: python-boto (Ubuntu)
   Importance: Undecided = Medium

** Changed in: python-boto (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-boto in Ubuntu.
https://bugs.launchpad.net/bugs/1011048

Title:
  python-boto sqs commands error with access denied

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-boto/+bug/1011048/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1011048] Re: python-boto sqs commands error with access denied

2012-06-11 Thread jserver
I probably wont' have a chance to test on dev for a week as I'm going on
holiday this week

but i did get around this bug

originally my code was like

q = conn.get_queue('queue_name')

instead I just did a

q = Queue(connection=conn, url='queue_url')

and that seems to work just fine

the first call does a Action=GetQueueUrl which seems to give the 403

hopefully that helps describe the problem a bit better, I'll revisit
next week

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-boto in Ubuntu.
https://bugs.launchpad.net/bugs/1011048

Title:
  python-boto sqs commands error with access denied

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-boto/+bug/1011048/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs