Bug 787875

Summary: errors module does not include Error base class
Product: [Fedora] Fedora Reporter: Chris Wright <chrisw>
Component: python-cloudfilesAssignee: BJ Dierkes <derks>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 16CC: derks, jeffrey.ness
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: python-cloudfiles-1.7.9.3-1.fc16 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-02-23 23:03:53 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Chris Wright 2012-02-06 23:59:41 UTC
Description of problem:

python-cloudfiles does not include Error base class in errors module

python-cloudfiles errors is imported by openstack's horizon component.  horizon does this:

from cloudfiles import errors as swiftclient

and later references swiftclient.Error

which generates an error stating the module has no component Error

Version-Release number of selected component (if applicable):

1.7.9.1-1.fc16

How reproducible:

100%

Steps to Reproduce:
1. python -c 'from cloudfiles import errors; errors.Error'

  
Actual results:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
AttributeError: 'module' object has no attribute 'Error'

Expected results:

No error

Additional info:

This works fine w/ 1.7.9.3 using pip-python

$ sudo pip-python install python-cloudfiles
$ python -c 'from cloudfiles import errors; errors.Error'

no error

Any possibility of updating to 1.7.9.3?

Comment 1 Fedora Update System 2012-02-07 22:35:20 UTC
python-cloudfiles-1.7.9.3-1.el6 has been submitted as an update for Fedora EPEL 6.
https://admin.fedoraproject.org/updates/python-cloudfiles-1.7.9.3-1.el6

Comment 2 Fedora Update System 2012-02-07 22:35:32 UTC
python-cloudfiles-1.7.9.3-1.el5 has been submitted as an update for Fedora EPEL 5.
https://admin.fedoraproject.org/updates/python-cloudfiles-1.7.9.3-1.el5

Comment 3 Fedora Update System 2012-02-07 22:35:41 UTC
python-cloudfiles-1.7.9.3-1.fc16 has been submitted as an update for Fedora 16.
https://admin.fedoraproject.org/updates/python-cloudfiles-1.7.9.3-1.fc16

Comment 4 Fedora Update System 2012-02-08 20:34:08 UTC
Package python-cloudfiles-1.7.9.3-1.el5:
* should fix your issue,
* was pushed to the Fedora EPEL 5 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=epel-testing python-cloudfiles-1.7.9.3-1.el5'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-0381/python-cloudfiles-1.7.9.3-1.el5
then log in and leave karma (feedback).

Comment 5 Fedora Update System 2012-02-23 23:03:53 UTC
python-cloudfiles-1.7.9.3-1.el6 has been pushed to the Fedora EPEL 6 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 6 Fedora Update System 2012-02-23 23:04:33 UTC
python-cloudfiles-1.7.9.3-1.el5 has been pushed to the Fedora EPEL 5 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 7 Fedora Update System 2012-02-25 08:40:45 UTC
python-cloudfiles-1.7.9.3-1.fc16 has been pushed to the Fedora 16 stable repository.  If problems still persist, please make note of it in this bug report.