OK, I seem to at least have figured out what is wrong. I installed version 2.6 from python.org while I was messing around trying to get everything to work, and that seems to have screwed up the configuration, calling 2.6 some of the time. It switched the "default" to python 2.6, which does not exist. I moved the whole framework to the trash temporarily and typing "python" produces an error, but "/usr/bin/python" works fine. pycrypto builds, and ineptepub.py runs fine.
"env python" runs 2.6. I need to figure out how to set it back in all the places it was changed.
I need to figure out where to set the default back
|