django-pdb icon indicating copy to clipboard operation
django-pdb copied to clipboard

package need to update for high ipdb version

Open pythonwood opened this issue 4 years ago • 0 comments

File "/xx/lib/python3.6/site-packages/django_pdb/utils.py", line 15, in get_ipdb return ipdb.__main__.Pdb(def_colors) AttributeError: module 'ipdb.__main__' has no attribute 'Pdb'

test not ok when: pip install ipdb >=0.11

test ok when: pip install ipdb==0.10

pythonwood avatar Jun 15 '20 05:06 pythonwood