[Ipython-tickets] [IPython] #169: starting ipython in a directory that doesn't exists causes a crash
IPython
ipython-tickets@scipy....
Sun Jun 10 18:01:05 CDT 2007
#169: starting ipython in a directory that doesn't exists causes a crash
------------------------+---------------------------------------------------
Reporter: kovidgoyal | Owner: fperez
Type: defect | Status: new
Priority: normal | Milestone:
Component: chainsaw | Version:
Severity: normal | Keywords:
------------------------+---------------------------------------------------
mkdir test
cd test
In another shell:
rm -r test
Back in the first shell:
ipython
{{{
Traceback (most recent call last):
File "/usr/bin/ipython", line 8, in <module>
load_entry_point('ipython==0.8.2.svn.r2408', 'console_scripts',
'ipython')()
File "/home/kovid/work/ipython/IPython/ipapi.py", line 384, in
launch_new_instance
ses = make_session(user_ns)
File "/home/kovid/work/ipython/IPython/ipapi.py", line 433, in
make_session
return IPython.Shell.start(user_ns)
File "/home/kovid/work/ipython/IPython/Shell.py", line 1111, in start
return shell(user_ns = user_ns)
File "/home/kovid/work/ipython/IPython/Shell.py", line 74, in __init__
debug=debug,shell_class=shell_class)
File "/home/kovid/work/ipython/IPython/ipmaker.py", line 95, in
make_IPython
embedded=embedded,**kw)
File "z:\work\ipython\IPython\iplib.py", line 353, in __init__
OSError: [Errno 2] No such file or directory
}}}
--
Ticket URL: <http://projects.scipy.org/ipython/ipython/ticket/169>
IPython <http://ipython.scipy.org>
The IPython interactive Python system
More information about the Ipython-tickets
mailing list