woldri Sat, 4 Feb 2012 15:47:12 -0800 (PST)
> So let me explain my problem,
>From your explanation, your problem appears to have nothing to do with
python-mode (a part of emacs), which is the topic of this list.
Rather, you seem to have a python problem, which is better asked on a
more general py
Hello everyone,
So let me explain my problem,
I had installed
scipy-0.10.0
pyfits
numpy-1.6.1
kapteyn-2.1%20(2)
and when I run my program (written in python)
i obtained something very weird like
[Valueerror: "c_numpy.pxd", line 76, in _proj (src/_proj.c:3234)] ... in
connection with the modu
Hello,
By utilizing edebug-defun I figured out how to setup python-mode
for ipython, so that completion works in a file buffer (M-TAB) as
well as in the ipython comint buffer (TAB):
(setq py-complete-function 'ipython-complete
py-shell-complete-function 'ipython-complete
py-shel