Hi all,
This is a code review request for 9804. The Python files were
okay'd but I realized I missed some instances of python being called in
Makefiles. Further, I noticed some Makefiles called $(PYTHON) versus
/usr/bin/python. I think I've gotten all occurrences of Python in makefiles
and gotten them to use $(PYTHON) -- now pointing to /usr/bin/python2.4.
Lastly, some Python files run execfile() of other Python scripts
out of /usr/lib/python2.4; for these scripts I updated 8841 - Need plan
for supporting caiman products on Python != 2.4 with comment 5 which
highlights them and the paths called.
Thank you,
Clay