help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Trouble using ipython


From: TheLonelyStar
Subject: Trouble using ipython
Date: Thu, 8 Jul 2010 07:23:22 -0700 (PDT)

Hi

I am trying to use ipython.el, my setup is:

(add-to-list 'load-path "~/emacs/ipython/")
(require 'ipython)
(setq py-python-command-args '( "-colors" "Linux"))

(defadvice py-execute-buffer (around python-keep-focus activate)
  "return focus to python code buffer"
  (save-excursion ad-do-it))

Now, when I do python->execute buffer in a python file, I get:
An Ipython buffer, looking really strange:

In [1]:    ...:   
...:    ...: 
In [2]:    ...:   
...: 
In [3]: 
In [4]:    ...:   
...:    ...: 
In [5]:    ...:   
...: 
In [6]:    ...:   
...: 
In [7]: 
In [8]: 
In [9]: 
In [10]: 
In [11]:
---------------------------------------------------------------------------
AttributeError                            Traceback (most recent
call last)

What could be wrong?

Thanks!
Nathan
-- 
View this message in context: 
http://old.nabble.com/Trouble-using-ipython-tp29107591p29107591.html
Sent from the Emacs - Help mailing list archive at Nabble.com.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]