On Jan 20, 2016, at 6:40, Philip Martin wrote: > The Subversion Python bits have been installed in the Python 2.6 tree > and really need to be in the Python 2.7 tree. On a CentOS 6 machine > with Python 2.7 installed via scl I can make things work by moving the > Python bits from the 2.6 location to the 2.7 location.
We are using Python-2.7 from the IUS Community Project and not SCL, and I was not able to get this to work. I copied the files from /usr/lib/python2.6 to /usr/lib/python2.7 (both under site-packages), but the python2.7 binary did not find the svn files (there is another svn library installed as an egg via easy_install). I’m ready to punt on this issue, as we will be moving to new Subversion servers soon, and I believe they will be running RHEL 7 so I shouldn’t have to play these games. It should not be this hard to run the new mailer.py script on a RHEL/CentOS 6 system, especially since active development on it appears to have stopped before RHEL 7 came out. Alfred