> I'm not quite sure, but I kind of remember that the command line history
> worked fine in previous releases.
I have 0.9.6 here and it is working
>
> any advice will be appreciated
I browser thru the changes and the only one that could affect this is
http://trac.turbogears.org/turbogears/changeset/1563
actually no I didn't said that in a RTF(c0de) way I just browser
somewhere I knew and got you a half answer. as I said I don't have
anything newer then 0.9a6 so I couldn't said for sure.
by the way the ticket is #1087
>
> Javier Rojas
>
>
>
> >
>
easy_install -U ipython
on Mac (and probably most *nix systems):
easy_install -U --script-dir=/usr/local/bin ipython
it's worth a try. I have ipython-0.7.2
It's working OK for me (with 0.9a9)... I haven't researched this, but
see if you can update your ipython to the latest version:
This is broken for me also, but I "fixed" it by installing rlwrap
(readline wrapper). In debian:
apt-get install rlwrap
Then:
rlwrap tg-admin shell
Hopefully this will be fixed properly tho :)
Nigel