[OS X Emacs] Re: Aquamacs and ipython.el

George Nurser gnurser at gmail.com
Wed Apr 6 07:32:32 EDT 2011


Hi,
It's a python problem, not an Aquamacs problem.
See http://ipython.scipy.org/doc/stable/html/install/install.html

You need to ensure that your python has readline support from the full
(GPL) readline module, instead of the (BSD) libedit module that Apple
ships with OSX.

If you have setuptools, do
easy_install readline

or if you want more control
curl -O http://pypi.python.org/packages/source/r/readline/readline-6.1.0.tar.gz
tar -xzf readline-6.1.0.tar.gz
cd readline-6.1.0
python setup.py install

HTH, George



On 5 April 2011 12:34, Miguel <mbernal at icm.csic.es> wrote:
> I have the same problem, any ideas? Thanks in advance.
>
> Win Treese <treese <at> acm.org> writes:
>
>>
>>
>> Here's a small puzzle with Aquamacs and ipython.el (so you can skip this if
> you've never done that!).
>>
>> I am trying to use Aquamacs 2.1 on MacOS 10.6.5 with ipython 0.10.1 and
> ipython.el (with version number
>> 2927, from http://ipython.scipy.org/dist/ipython.el).
>>
>> When I start a python shell (M-x py-shell) to fire up ipython, I get a mangled
> prompt in the buffer:
>>
>>
>
>
>
>
>
> _____________________________________________________________
> MacOSX-Emacs mailing list
> MacOSX-Emacs at email.esm.psu.edu
> http://email.esm.psu.edu/mailman/listinfo/macosx-emacs
> List Archives: http://dir.gmane.org/gmane.emacs.macintosh.osx
>
>



More information about the MacOSX-Emacs mailing list