Closed mgedmin closed 14 years ago
there's no such package "pydbgp"
and actually, in the latest pydbgp I've changed it to pydbgp.py, so that it might have a prayer of working on windows
$ git clone git://github.com/jabapyth/pydbgp
$ easy_install ./pydbgp
$ pydbgp.py
pydbgp.py: command not found
$ pydbgp
pydbgp: error: scriptname not provided
See 'pydbgp --help'.
ah yes -- I updated pypi, but forgot to push the changes back to github >.<
fair enough ;)
Current git head expects pydbgp.py to be in your $PATH. But if you easy_install pydbgp, you get a script with no filename extension -- i.e. pydbgp.
Incidentally, this then causes issue #3 (AttributeError: Debugger instance has no attribute 'bend') when you try to :dbg quit.