Hi all,<br><br>I've been using ipython for a while, and just decided that it would be nice to have it working from within emacs on my windows machine. Here's my setup<br><br>python 2.5<br>ipython 0.8.2 (with readline etc)<br>
NTemacs <a href="http://22.0.92.1">22.0.92.1</a><br>python-mode.el v 465<br><br>I've created a .bat file which starts ipython with the ipython script, and this works from outside emacs. However, if I start emacs and do "py-shell", ipython crashes. I've attached the crash report. My .emacs says:<br>
<br>; ipython<br>(setq auto-mode-alist (cons '("\\.py$" . python-mode) auto-mode-alist))<br>(setq interpreter-mode-alist (cons '("python" . python-mode)<br> interpreter-mode-alist))<br>
(autoload 'python-mode "c:\\software\\ntemacs22\\site-lisp\\python-mode\\python-mode" "Python editing mode." t)<br>(setq ipython-command "c:\\python25\\ipython.bat")<br>(require 'ipython)<br>
<br>Is this supposed to work, or can anyone say something obvious I'm doing wrong? The documentation doesn't seem to specifically address the emacs+windows+ipython trifecta.<br><br>Thanks,<br><br>/Patrik<br><br>