have this same error on python 2.6.4 and ipython 0.10 (amended topic to
that effect).

/usr/lib/pymodules/python2.6/IPython/Magic.pyc in magic_run(self, parameter_s, 
runner, file_finder)
   1631                     maxtries = 10
   1632                     bp = int(opts.get('b',[1])[0])
-> 1633                     checkline = deb.checkline(filename,bp)
   1634                     if not checkline:
   1635                         for bp in range(bp+1,bp+maxtries+1):

/usr/lib/python2.6/pdb.pyc in checkline(self, filename, lineno)
    450         line or EOF). Warning: testing is not comprehensive.
    451         """
--> 452         line = linecache.getline(filename, lineno, 
self.curframe.f_globals)
    453         if not line:
    454             print >>self.stdout, 'End of file'

AttributeError: Pdb instance has no attribute 'curframe'


** Summary changed:

- Cannot step debugger in IPython 0.9.1 under Python 2.6.2: Pdb instance has no 
attribute 'curframe'
+ Cannot step debugger in IPython 0.9.1/0.10 under Python 2.6.2/2.6.4: Pdb 
instance has no attribute 'curframe'

-- 
Cannot step debugger in IPython 0.9.1/0.10 under Python 2.6.2/2.6.4: Pdb 
instance has no attribute 'curframe'
https://bugs.launchpad.net/bugs/381069
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to