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 "SUCCE
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 nic