Comment 22 for bug 835151

Revision history for this message
Juan A Rodriguez (juant-rodri) wrote :

Hey Andreas,

Being trying the whole morning with the new fixed python-mode.el you submmited yesterday... but I'm having the same problem. :P
After loading a "file.py", and then "C-c !"; buffer splits with the IPython prompt, but the output is again given in the standard Python shell, turning into a single buffer, BTW.

I checked all the M-x customize-variable that might be affecting it, and they look right with IPython selected always its possible.

Andreas Roehler (a-roehler) wrote 20 hours ago

> py-python-command is an alias
> there is just one default interpreter: py-shell-name
>> (require 'ipython)
> no, ipython is provided by ipython.el

As well I made this changes to my init file as you indicated.

Anyway, would it be possible for you to send me by email the part of your .emacs referring to this Python/Ipython section?
This is because I just want to be sure the problem is not coming from it in case you are sure that with the last fix it should be working properly...

Thanks one more time, and sorry for being bothering you all the time! :)

Juan