[Ipython-tickets] [IPython] #159: which broke in latest revision

IPython ipython-tickets@scipy....
Mon May 21 18:05:23 CDT 2007


#159: which broke in latest revision
------------------------+---------------------------------------------------
 Reporter:  kovidgoyal  |       Owner:  fperez
     Type:  defect      |      Status:  new   
 Priority:  normal      |   Milestone:        
Component:  chainsaw    |     Version:        
 Severity:  normal      |    Keywords:        
------------------------+---------------------------------------------------
 Doing a which ls leads to
 /home/kovid/work/ipython/IPython/ipapi.py in expand_alias(self, line)
     315         """
     316
 --> 317         pre,fn,rest = self.IP.split_user_input(line)
     318         res = pre + self.IP.expand_aliases(fn,rest)
     319         return res

 <type 'exceptions.AttributeError'>: 'InteractiveShell' object has no
 attribute 'split_user_input'

 This is in r2361

-- 
Ticket URL: <http://projects.scipy.org/ipython/ipython/ticket/159>
IPython <http://ipython.scipy.org>
The IPython interactive Python system


More information about the Ipython-tickets mailing list