I forgot another, obvious, option: - download Python 2.4.2 (or 2.4.3) from www.python.org and compile it as a framework yourself. This is rather simple: - ./configure --enable-framework - make - make frameworkinstall Andi..