Comment 27 for bug 155681

Revision history for this message
David Kaplan (dmkaplan) wrote :

On hardy, python-mode works automatically for me on loading a .py file without having to install the python-mode packe, but I have found another related problem. I want to use ipython as my defaults emacs python shell. The normal way to do this is to put "(require 'ipython)" in .emacs, but ipython.el has (require 'python-mode) in a number of places which causes the load error.

Therefore, there is still a bug somewhere. Either ipython.el in the ipython package needs to be fixed or python-mode integration with emacs22 needs to be fixed. Please instruct me as to which is the correct "bug" to fix and whether or not to file a separate bug report for this problem or request that this bug be reopened to address this second issue.