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 "~/.emacs.d/python-mode.el-6.0.3/")
(require 'python-mode)
(add-to-list 'auto-mode-alist '("\\.py\\'" . python-mode))
(require 'ipython)
the error I'm getting on C-c !
is:
Traceback (most recent call last):
File "<string>", line 1, in <module>
NameError: name 'olors' is not defined