Steve Lianoglou wrote:
Does that MacPython package still Seg Fault when navigating through a "prefixed" command history?
For instance, say you're in the python shell and you type:
matrix =
then hit up-arrow to get commands from your history that started with that "matrix =" prefix. When I would find one, then hit down arrow I'd get a seg fault. Maybe it happened when I didn't find a completion ... perhaps both, sorry, it's been a while.
I can't duplicate this, so it may have been fixed since you had problems with it. I usually use iPython when I need an interactive shell, however, and have never had this problem.
-Jacob