Has anyone managed to get Emacs 23, python-mode.el and ipython.el working together recently?
my .emacs looks like this:
(add-to-list \'load-path \"~/.ema
I had the same error invoking IPython from Emacs23. I fixed it by replacing all instances of -colors with --colors in ipython.el
-colors
--colors
ipython.el