Hide Forgot
Description of problem: can't import paste.deploy.loadwsgi unless python-setuptools is installed How reproducible: every time Steps to Reproduce: [derekh@test ~]$ cat t.py try: import paste.deploy.loadwsgi print "OK" except: print "ERROR" [derekh@test ~]$ python t.py ERROR [derekh@test ~]$ sudo yum install python-setuptools <snip> Complete! [derekh@test ~]$ python t.py OK [derekh@test ~]$ Additional info: Found while running openstack-glance https://bugzilla.redhat.com/show_bug.cgi?id=784891
python-paste-deploy-1.5.0-4.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/python-paste-deploy-1.5.0-4.fc15
python-paste-deploy-1.5.0-4.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/python-paste-deploy-1.5.0-4.fc16
Thanks for the report. New package built for all Fedora releases.
Package python-paste-deploy-1.5.0-4.fc16: * should fix your issue, * was pushed to the Fedora 16 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing python-paste-deploy-1.5.0-4.fc16' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-0978/python-paste-deploy-1.5.0-4.fc16 then log in and leave karma (feedback).
python-paste-deploy-1.5.0-4.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report.
python-paste-deploy-1.5.0-4.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report.