<div dir="ltr">add-apt-repository -y ppa:swift-core/release<br><br>^ is that a thing?<div><br>How sure are you that you're running 1.9.2.6.g3b48a71 ?</div><div><br></div><div><a href="https://launchpad.net/~swift-core/+archive/release">https://launchpad.net/~swift-core/+archive/release</a><br>
</div><div><br></div><div>Try:<div><br></div><div>python -c 'import swift; print swift.__version__'</div><div>python -c 'import swift.common.middleware.catch_errors; print "SUCCESS"'<br><div><br>
<br><br>On Thu, Aug 29, 2013 at 6:52 AM, Snider, Tim <<a href="mailto:Tim.Snider@netapp.com">Tim.Snider@netapp.com</a>> wrote:<br>><br>> I’m having problems getting Swift / Python to find and load middleware for the proxy-server. As I remove entries from the pipeline line, the next entry gets an error. So something itsn’t setup correctly anymore. Looking for suggestions on what needs to be done to get Swift and Python to play nice with each other again.  <br>
><br>> Theortically I’m at  version 1.9.2.6.g3b48a71.<br>><br>> End messages from the start command:<br>><br>> File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1989, in load<br>><br>
>     entry = __import__(self.module_name, globals(),globals(), ['__name__'])<br>><br>> ImportError: No module named middleware.catch_errors<br>><br>> <a href="http://paste.openstack.org/show/45372/">http://paste.openstack.org/show/45372/</a><br>
><br>> Thanks,<br>><br>> Tim<br>><br>>  <br>><br>><br>> _______________________________________________<br>> OpenStack-dev mailing list<br>> <a href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a><br>
> <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>><br></div></div></div></div>