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?
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
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
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
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).
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.
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.
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.