In my modifications to dir.mk to use setup.py to build and install the python modules, I forgot to use the appropriate python version. It should look like $(PYTHON) setup.py build install --prefix=${prefix} --Bill Noon