[IPython-user] pydb 1.23 fails
Fernando Perez
fperez.net@gmail....
Tue Jun 3 19:08:55 CDT 2008
Hi Tony,
I am failing to reproduce your problem here:
In [4]: run -d error
*** Blank or comment
*** Blank or comment
No stack.
NOTE: Enter 'c' at the ipydb> prompt to start your script.
(<string>:1): <module>
ipydb> s
----------------Call level 7
(/home/fperez/test/error.py:4): <module>
4 """
ipydb> s
(/home/fperez/test/error.py:4): <module>
4 """
etc...
All seems ok (%debug also works with pydb, etc). I have
In [6]: pydb.version
Out[6]: '1.22'
which is what ships with Ubuntu Hardy. Can you try this version? It
may be a bug in pydb (I'm sorry I can't test multiple pydb versions
right now).
Regards,
f
More information about the IPython-user
mailing list