You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jonathanslenders I currently get the following error when running the latest version of ptpdb and ptpython. It happens when running import pdb; pdb.set_trace()
(fame) ➜ fame git: ✗ SKIP_UID_CHECK=1 fame
-> cli.py(93)cli_entrypoint()
args = parse_cli()
Traceback (most recent call last):
File "/home/grok/.virtualenvs/fame/bin/fame", line 11, in <module>
load_entry_point('fame', 'console_scripts', 'fame')()
File "/home/grok/code/fame/fame/cli.py", line 93, in cli_entrypoint
args = parse_cli()
File "/home/grok/code/fame/fame/cli.py", line 93, in cli_entrypoint
args = parse_cli()
File "/usr/lib/python2.7/bdb.py", line 49, in trace_dispatch
return self.dispatch_line(frame)
File "/usr/lib/python2.7/bdb.py", line 67, in dispatch_line
self.user_line(frame)
File "/usr/lib/python2.7/pdb.py", line 158, in user_line
self.interaction(frame, None)
File "/usr/lib/python2.7/pdb.py", line 210, in interaction
self.cmdloop()
File "/home/grok/.virtualenvs/fame/local/lib/python2.7/site-packages/ptpdb/__init__.py", line 324, in cmdloop
line = self._get_input()
File "/home/grok/.virtualenvs/fame/local/lib/python2.7/site-packages/ptpdb/__init__.py", line 392, in _get_input
self.python_input.key_bindings_manager.reset(self.cli)
AttributeError: 'PythonInput' object has no attribute 'key_bindings_manager'
@jonathanslenders I currently get the following error when running the latest version of ptpdb and ptpython. It happens when running
import pdb; pdb.set_trace()
The text was updated successfully, but these errors were encountered: