[openstack-dev] [swift] getting middleware connected again

Clay Gerrard clay.gerrard at gmail.com
Thu Aug 29 15:34:59 UTC 2013


add-apt-repository -y ppa:swift-core/release

^ is that a thing?

How sure are you that you're running 1.9.2.6.g3b48a71 ?

https://launchpad.net/~swift-core/+archive/release

Try:

python -c 'import swift; print swift.__version__'
python -c 'import swift.common.middleware.catch_errors; print "SUCCESS"'



On Thu, Aug 29, 2013 at 6:52 AM, Snider, Tim <Tim.Snider at netapp.com> wrote:
>
> 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.
>
> Theortically I’m at  version 1.9.2.6.g3b48a71.
>
> End messages from the start command:
>
> File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1989, in
load
>
>     entry = __import__(self.module_name, globals(),globals(),
['__name__'])
>
> ImportError: No module named middleware.catch_errors
>
> http://paste.openstack.org/show/45372/
>
> Thanks,
>
> Tim
>
>
>
>
> _______________________________________________
> OpenStack-dev mailing list
> OpenStack-dev at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20130829/2fe89645/attachment.html>


More information about the OpenStack-dev mailing list