Just noticed this with ceph-0.43 - ceph-0.39 does not have this issue. I'm trying to use Ceph on multiple platforms, one of which is CentOS 5. CentOS 5 still uses Python 2.4, and byte-compilation o

2012-03-20 Thread Nick Couchman
Just noticed this with ceph-0.43 - ceph-0.39 does not have this issue. I'm trying to use Ceph on multiple platforms, one of which is CentOS 5. CentOS 5 still uses Python 2.4, and byte-compilation of the rados.py file fails during the build of ceph 0.43 with the following error:

Re: Just noticed this with ceph-0.43 - ceph-0.39 does not have this issue. I'm trying to use Ceph on multiple platforms, one of which is CentOS 5. CentOS 5 still uses Python 2.4, and byte-compilation

2012-03-20 Thread Samuel Just
I believe the with statement came in python 2.5. It would need to be converted to use the older style. -Sam On Tue, Mar 20, 2012 at 2:42 PM, Nick Couchman nick.couch...@seakr.com wrote: Just noticed this with ceph-0.43 - ceph-0.39 does not have this issue.  I'm trying to use Ceph on multiple