Has anyone gotten the Python based subsystems, such as homer, working on CentOS?
CentOS ships with Python 2.6, but the code implicitly assumes 2.7, for example "make run" fails because there is no argparse module (which was new in Python 2.7). I could remove 2.6 and go to 2.7, but this is potentially major surgery as yum depends explicitly on 2.6. Anyone gone down this path, or have other ideas to share? --keller _______________________________________________ Clearwater mailing list [email protected] http://lists.projectclearwater.org/listinfo/clearwater
