Iam trying to build the latest ceph (dumpling - 0.67, not in the tree)
from tarball - it compiles/installs but when I try and run it I am getting:
olympus ~ # ceph
File "/usr/bin/ceph", line 192
print '\n', s, '\n', '=' * len(s)
^
SyntaxError: invalid syntax
olympus ~ #
The ceph irc people thought it might be the python version, but Ive
tried both python2 and python3
I am now back on the older 61.7 which works fine - any ideas? Even if
someone else is successfully running 0.67 would be useful information
(i.e., its my problem :)
BillK