[IPython-dev] confirm_exit issue with scipy profile...

fred fredmfp at gmail.com
Thu Aug 16 19:35:28 EDT 2007


Hi all,

I have set

confirm_exit 0

in my ipythonrc file.

So I type Ctrl+D in ipython, it exits
as expected.

But if I use the scipy profile

ipython -p scipy,

confirmation is asked when I want to exit.

Any clue ?

TIA.

Cheers,

PS: my ipythonrc-scipy file only contains

include ipythonrc

# import ...
# Load SciPy by itself so that 'help scipy' works
import_mod scipy

# from ... import ...
from scipy.io.numpyio import fread, fwrite

# Now we load all of SciPy
# from ... import *
import_all scipy

# code
execute print 'Welcome to the SciPy Scientific Computing Environment.'

PS2: I use svn #2635.

-- 
http://scipy.org/FredericPetit





More information about the IPython-dev mailing list