> On 11/28/2010 10:48 AM, Richard Fuhr wrote: > Really, it's not that hard. You'll need Apple's X-Code developer kit > installed, but then it's just: > > ./configure --prefix=/path/to/install/root > make > make install > make test (optional)
I did that for Python 2.7.1 and it worked. ...for seemingly all but one feature. I then used ./configure --enable-framework, and while I'm now running as a framework, I still have the same problem. When running the 2.7.1 interpreter (>>>) the up arrow does not fetch the previous command. (2.6.1 and 2.5.4 work just fine.) I've run into this before, years ago, but do not remember the fix. libreadline.dylib is in /usr/lib. Nothing in .../Python-2.7.1/Mac/README. Google not much help either. Anybody? (I knew there was a reason why I liked installing pre-builts. ;-) Larry
