I'd like help figuring this one out.
When I start emacs it tells me that it cannot find ipython. In ~/.emacs'
python section I have:
(setq load-path (cons "~/development/python/python-mode-1.0" load-path))
(autoload 'python-mode "python-mode" "Python editing mode." t)
(require 'ipython)
'which ipython' returns:
/usr/bin/ipython
I see nothing specifying a path for emacs and this error is new since the
distribution upgrade. My assumption is that emacs 'knows' to look in
/usr/bin/ for ipython without needing the path specified.
Taking emacs' suggestion, I started it with the --debug-init option:
Debugger entered--Lisp error: (file-error "Cannot open load file" "ipython")
require(ipython)
eval-buffer(#<buffer *load*> nil "/home/rshepard/.emacs" nil t) ;
Reading at buffer position 6649
load-with-code-conversion("/home/rshepard/.emacs" "/home/rshepard/.emacs"
t t)
load("~/.emacs" t t)
#[nil \205\264
command-line()
normal-top-level()
which gives me no more insight into the problem's solution.
How to I tell emacs that ipython is in /usr/bin?
Rich
_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug