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.sni...@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@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
_______________________________________________
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to